@extends('layouts.app') @section('content')

{{ $pageTitle }}

@include('ebaylistings/partials/tabs')

@if(count($logs)) @foreach($logs as $log) @endforeach @else @endif
Creation Date Action Listing Title/ID Product Title/ID Description Type
{{$log->created_at}} {{$log->action}} @if(!empty($log->listingTitle)) {{$log->listingTitle}}
ID: @endif {{$log->listingId}}
@if(!empty($log->productTitle)) {{$log->productTitle}}
ID: @endif {{$log->productId}}
{{$log->description}} {{$log->type}}
There are no log entries for this listing
{{ $logs->links() }}
@stop