@extends('front.app') @section('meta') @stop @section('container')
@if(isset($search_categories) && $search_categories->isNotEmpty())
{{ShowLabelById(215)}}
@foreach($search_categories as $category) {{$category->name}}

{{$category->name}}

@endforeach
@endif
@if(isset($goods_items) && $goods_items->isNotEmpty())
{{ShowLabelById(216)}} {{$search}}
{{ShowLabelById(63)}}
@csrf
{{ShowLabelById(59)}}
@if($filter_brands->isNotEmpty())
    @foreach($filter_brands as $filter_brand)
  • id,$filters_elements['brand']))checked @endif type="checkbox" id="brand-{{ $filter_brand->id}}" value="{{ $filter_brand->id}}" name="brand[]">
  • @endforeach
@endif @if($filter_subjects->isNotEmpty())
    @foreach($filter_subjects as $filter_subject)
  • id,$filters_elements['category']))checked @endif type="checkbox" id="product-filter-{{ $filter_subject->id}}" value="{{ $filter_subject->id}}" name="category[]">
  • @endforeach
@endif
@include('front.templates.catalog-default',['type'=>$type,'pagination_params'=>['new_url'=>'?search='.$search]])
@else

{{ShowLabelById(124)}}

@endif
@stop @if(isset($goods_items) && $goods_items->isNotEmpty()) @push('js') @endpush @endif