@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
@if ($bySearch != null)

{{ labels('front_messages.results_for', 'Results for') }} "{{ $bySearch }}"

{{ count($products_listing) }} {{ labels('front_messages.results_found_for', 'results found for') }} "{{ $bySearch }}"

@endif
@if ($showFilter == true) @endif
@if (count($sub_categories) >= 1) @endif @if (count($products_listing) < 1) @php $title = labels('front_messages.no_product_found', 'No Product Found!'); @endphp @else
@if (count($products_listing) >= 1) {{ labels('front_messages.showing', 'Showing') }}: {{ count($products_listing) }} {{ labels('front_messages.out_of', 'Out of') }} {{ $total_products }} {{ labels('front_messages.products', 'products') }} @endif
@php $store_settings = app(StoreService::class)->getStoreSettings(); @endphp
@foreach ($products_listing as $details) @php $store_settings = app(StoreService::class)->getStoreSettings(); $component = getProductDisplayComponent($store_settings); $details = (object) $details; @endphp @endforeach
@endif
{{-- @dd($links) --}} {!! $links !!}