@if ($featuredProperties->isNotEmpty()) {{-- Featured listings, filterable by sale or rent without a page reload. --}}
{{ __('All properties') }}
@foreach (\App\Enums\ListingIntent::options() as $value => $label) @endforeach
@include('public.partials.listing-grid', ['listings' => $featuredProperties])
@endif