@if ($paginator->lastPage() > 1)
@for ($i = 1; $i <= $paginator->lastPage(); $i++) {{ $i }} @endfor
@endif