@if(request()->anyFilled(['location', 'min_price', 'max_price', 'property_type', 'bedrooms', 'bathrooms', 'investment_strategy', 'tenure', 'unit_type', 'is_cash_buy', 'completion_deadline']))
ACTIVE FILTERS: @foreach(request()->all() as $key => $value) @if($value && !in_array($key, ['lat', 'lng', 'view'])) {{ ucfirst(str_replace('_', ' ', $key)) }}: {{ $value }} @endif @endforeach
Clear All
@endif