@extends('front.app') @section('meta') @stop @section('container')
{{ 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
@csrf @include('front.templates.catalog-filter')

{{ $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
Empty list
{{ ShowLabelById(94) }}
@endif
@push('other-scripts') @include('front.templates.price-range-script') @endpush @stop