{{ $greeting; }}, {{ $vendor['name'] }}!

{{-- --}}
{{-- Recently listed ads: posted in the past 24 hours --}}
User history
@foreach ($trails as $ad) @endforeach
Time Action Device IP Address
{{-- {{ $ad['created_at'] }} --}} {{ \Carbon\Carbon::parse($ad['created_at'])->diffForHumans() }} {{ $ad['action'] }} {{ $ad['device'] }} {{ $ad['ip_address'] }}
    @if ($prev_page_url != null)
  • Prev
  • @endif @if ($next_page_url != null)
  • Next
  • @endif