@php $startPage = max(1, $paginator->currentPage() - 2); $endPage = min($paginator->lastPage(), $paginator->currentPage() + 2); @endphp