@php /** @var \Illuminate\Contracts\Pagination\LengthAwarePaginator $paginator */ $p = $paginator; @endphp @if ($p->hasPages())
{{ __('clinic.page_info', ['current' => $p->currentPage(), 'last' => $p->lastPage()]) }}
@if ($p->onFirstPage()) {{ __('clinic.previous') }} @else {{ __('clinic.previous') }} @endif @if ($p->hasMorePages()) {{ __('clinic.next') }} @else {{ __('clinic.next') }} @endif
@endif