@if($goods_subject_list && $goods_item)

{{ ShowLabelById(327, $lang_id) }} {{ $search_key or '' }}

@endif @if((!empty($goods_subject_list) && count($goods_subject_list)) && (!empty($goods_item) && count($goods_item))) @endif
sorting
{{--
--}}
@if(!empty($brand))

{{ ShowLabelById(50, $lang_id) }}

    @foreach($brand as $one_brand) @if($one_brand)
  • id, $filters_elements['brand']) ? 'checked' : '') : ''}}>
  • @endif @endforeach
@endif @if($gender)

{{ ShowLabelById(84, $lang_id) }}

    @if(in_array('male', $gender))
  • @endif @if(in_array('female', $gender))
  • @endif @if(in_array('unisex', $gender))
  • @endif
@endif {{-- {{ dd($filters_elements) }}--}} @if($age)

{{ ShowLabelById(87, $lang_id) }}

    @if(in_array('0', $age))
  • @endif @if(in_array('2', $age))
  • @endif @if(in_array('3', $age))
  • @endif @if(in_array('4', $age))
  • @endif @if(in_array('5', $age))
  • @endif @if(in_array('6', $age))
  • @endif @if(in_array('7', $age))
  • @endif @if(in_array('8', $age))
  • @endif @if(in_array('9', $age))
  • @endif @if(in_array('10', $age))
  • @endif
@endif

{{ ShowLabelById(46, $lang_id) }}

{{ ShowLabelById(6, $lang_id) }}

@if(!empty($goods_item) && count($goods_item)) @foreach($goods_item as $one_goods_item)
@include('front.templates.product-template-old', ['one_goods_item' => $one_goods_item])
@endforeach @if($goods_item_id) @endif @else
Empty list

{{ ShowLabelById(291, $lang_id) }}

@endif