@if ($paginator->hasPages()) @if(!$paginator->onFirstPage())
  • @endif
  • {{ $paginator->currentPage() }}
  • @if ($paginator->hasMorePages())
  • @endif @endif