@php $currency = $currency ?? ($s->currency_code ?? '$'); $hasFilters = filled($q ?? null) || filled($cat ?? null) || filled($collection ?? null) || filled($min ?? null) || filled($max ?? null); @endphp {{-- Applied filter chips --}} @if($hasFilters)
{{ __('messages.TryAdjustingFiltersOrBrowseAll') }}
{{ __('messages.ClearFilters') }}