@extends('front.app') @section('meta') @stop @section('container')

{{ ShowLabelById(92) }}

{{--270x200--}} @if($promo_items && $promo_items->children->isNotEmpty())
@foreach($promo_items->children as $one_promo_item)
link ? ' href='.$one_promo_item->link : '' }}> @if(LANG == 'ro') {{ $one_promo_item->name }} @else {{ $one_promo_item->name }} @endif
@endforeach
@endif
@include('front.templates.catalog.sorting-desktop')

{{ ShowLabelById(109) }}

@csrf
@include('front.templates.catalog.filter-price') @if(!empty($goods_subjects_discount_all) && count($goods_subjects_discount_all))
{{ ShowLabelById(28) }}
@include('front.templates.catalog.filter-subjects-multilevel')
@endif {{--@if(!empty($goods_subjects_discount_all) && count($goods_subjects_discount_all))
{{ ShowLabelById(28) }}
@foreach($goods_subjects_discount_all as $one_subject_l1) @if($one_subject_l1->childrenFilter->isNotEmpty())
@foreach($one_subject_l1->childrenFilter as $one_subject_l2)
@endforeach
@endif @endforeach
@endif--}} {{-- @include('front.templates.catalog.filter-goods-subjects', ['show_full_list' => 1])--}}
@include('front.templates.catalog.sorting-mob') @include('front.templates.catalog.render-products-list')
@push('other-scripts') @include('front.templates.price-range-script') @endpush @stop