{{ ShowLabelById(124) }}
-
@if($goods_subject && $goods_subject->siblingsActive)
@foreach($goods_subject->siblingsActive as $one_subject)
- id == $one_subject->id ? ' class=active' : '' }}> {{ $one_subject->name }} @endforeach @endif
{{ $goods_subject->name }}
@include('front.templates.catalog-sort', ['page' => 'catalog', 'sort_per_page_class' => 'change-goods-per-page', 'goods_items_list' => $goods_items_list])
@if(!empty($goods_items_list) && count($goods_items_list))
@include('front.pages.ajax.products-list', ['goods_items_list' => $goods_items_list])
@else
@endif
{{ ShowLabelById(94) }}