{{ $greeting; }}, {{ $vendor['name'] }}!
{{--User history
| Time | Action | Device | IP Address |
|---|---|---|---|
| {{-- {{ $ad['created_at'] }} --}} {{ \Carbon\Carbon::parse($ad['created_at'])->diffForHumans() }} | {{ $ad['action'] }} | {{ $ad['device'] }} | {{ $ad['ip_address'] }} |
-
@if ($current_page != null)
@if ($current_page > 1)
- {{ $current_page - 1 }} @endif
- {{ $current_page }} @endif @if ($last_page > 1 && $next_page_url != null)
- {{ $current_page + 1 }} @endif