@if ($cars->hasPages()) @php // Generate clean URLs with only page parameter (no filter params) $baseUrl = route('user.listing'); $currentPage = $cars->currentPage(); $lastPage = $cars->lastPage(); @endphp