@php // dd(count($products_listing) < 1); // dd(count($Attributes) >= 1 && count($products_listing) < 1); $showFilter = true; if (($routeType == 'category' || $routeType == 'section') && count($products_listing) < 1) { $showFilter = false; } use App\Models\Brand; use App\Services\TranslationService; use App\Services\StoreService; use App\Services\MediaService; use App\Services\CurrencyService; @endphp
{{ count($products_listing) }} {{ labels('front_messages.results_found_for', 'results found for') }} "{{ $bySearch }}"