Hot Properties
Showing
{{ $hotProperties->firstItem() ?? 0 }} to
{{ $hotProperties->lastItem() ?? 0 }} of
{{ $hotProperties->total() }} results
@if ($hotProperties->onFirstPage())
«
First
‹
Prev
@else
«
First
‹
Prev
@endif
@foreach ($hotProperties->getUrlRange(1, $hotProperties->lastPage()) as $page => $url)
@if ($page == $hotProperties->currentPage())
{{ $page }}
@elseif ($page > $hotProperties->currentPage() - 2 && $page < $hotProperties->currentPage() + 2)
{{ $page }}
@endif
@endforeach
@if ($hotProperties->hasMorePages())
Next
›
Last
»
@else
Next
›
Last
»
@endif