@include('layouts.sidebar')

Hot Properties

@forelse ($hotProperties as $hotproperty) @empty @endforelse
Title Description Date Type Action
{{ $hotproperty->title }} {{ Str::limit(strip_tags($hotproperty->description), 50) }} {{ $hotproperty->add_date }} {{ $hotproperty->type }}
@csrf @method('DELETE')
No hot properties found
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
@include('layouts.footer')