@if ($properties->isEmpty()) @php // Same $resetUrl the filter panel's own Reset link uses — computed // once by the controller (PropertyCategoryController/ // PropertyListingController) so both links always agree, rather // than each independently (and, previously, incorrectly) // recomputing it. See _filter-panel.blade.php's own comment for the // full reasoning. $emptyStateResetUrl = $resetUrl ?? route('public.properties.index'); @endphp
no matches

No properties matched your search

We couldn't find listings for this exact combination. Try widening your budget, clearing a filter, or exploring a neighbouring locality — new properties are added every week.

Clear all filters
@else
@foreach ($properties as $property) @include('partials.site._property-card', ['property' => $property, 'propertyTypes' => $propertyTypes]) @endforeach
@include('partials.site._pagination', ['paginator' => $properties]) @endif