@extends('front.app') @section('meta') @stop @section('container')
@if(!empty($goods_items_list) && count($goods_items_list) && $goods_items_search_builder->count() > 0)
«{{$search_value}}»
{{$goods_items_list->count()}} {{ShowLabelById(293)}}
@if(!empty($search_categories) && count($search_categories))

{{ ShowLabelById(28) }}

@foreach($search_categories as $index => $one_subject) {{ $one_subject->name }} {{ $one_subject->name }} @endforeach @if($search_categories->count() > 8)
@endif
@endif
{{--
{{ ShowLabelById(115) }} «{{ $search_value }}»
@include('front.templates.catalog.sorting-desktop')
--}}

{{ ShowLabelById(109) }}

@csrf
@include('front.templates.catalog.filter-price') @include('front.templates.catalog.filter-discount') @include('front.templates.catalog.filter-goods-subjects') @include('front.templates.catalog.filter-brands')
@include('front.templates.catalog.sorting-mob') @include('front.templates.catalog.render-products-list')
@else

{{ ShowLabelById(81) }}

Empty List
{{ ShowLabelById(68) }}

{{ ShowLabelById(82) }} {{ $search_value ?? '' }} :(

@endif
@if(!empty($goods_items_list) && count($goods_items_list)) @push('other-scripts') @include('front.templates.price-range-script') @endpush @endif @stop