@if ($paginator->hasPages())
{{-- Prev Page Link --}} @if ($paginator->onFirstPage()) @php include(public_path('dash/img/arrow-right.svg')) @endphp Prev @else @php include(public_path('dash/img/arrow-right.svg')) @endphp Prev @endif {{-- Next Page Link --}} @if ($paginator->hasMorePages()) Next @php include(public_path('dash/img/arrow-right.svg')) @endphp @else Next @php include(public_path('dash/img/arrow-right.svg')) @endphp @endif
@if(false) @endif @endif @if(false) @if ($paginator->hasPages()) @endif @endif