• @if($offset ==0) @else @endIf
  • @If($currentPage >4)
  • 1
  • ...
  • @endIf @If($currentPage-3>0)
  • {{$currentPage-3}}
  • @endIf @If($currentPage-2>0)
  • {{$currentPage-2}}
  • @endIf @If($currentPage-1>0)
  • {{$currentPage-1}}
  • @endIf
  • {{$currentPage}}
  • @If($currentPage+1<=$lastPage)
  • {{$currentPage+1}}
  • @endIf @If($currentPage+2<=$lastPage)
  • {{$currentPage+2}}
  • @endIf @If($currentPage+3<=$lastPage)
  • {{$currentPage+3}}
  • @endIf @If($lastPage > $currentPage+3) @If($currentPage<$lastPage)
  • ...
  • {{$lastPage}}
  • @endIf @endIf
  • @If($offset + $limit >= $total) @else @endif