{{-- Collapsed Search Bar (Airbnb Style) --}}
{{-- Search Modal - Teleported to body --}}
{{-- All locations chip --}} @foreach($locations as $loc) @endforeach
{{-- Results count --}}

{{ $listings->total() }} rentals found

@if($listings->count() > 0) {{-- Listing Grid --}}
{{ $listings->links() }}
@else {{-- Empty State --}}

No rentals found

Try adjusting your filters or search for a different location

@endif