@if ($paginator->lastPage() > 1) {{-- Previous--}} {{-- --}} @for ($i = 1; $i <= $paginator->lastPage(); $i++) currentPage()) class="active" @endif href="{{ $paginator->url($i) }}">{{ $i }} @endfor {{-- Next--}} {{-- --}} @endif