@extends('front.app') @section('meta') @stop @section('container')
@if($filter_subjects->isNotEmpty())
@foreach($filter_subjects as $category) {{$category->name}}

{{$category->name}}

@endforeach
@endif @if($goods_items->isNotEmpty())
{{ShowLabelById(63)}}
{{--@if($filter_subjects->isNotEmpty())
{{ShowLabelById(64)}}
@if($filter_subjects->count()>5)
@endif
@endif--}}
@csrf
{{ShowLabelById(59)}}
@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'=>[]])
@else

{{ShowLabelById(124)}}

@endif
@if($brand->body)
{!! $brand->body !!}
@endif
@stop @if($goods_items->isNotEmpty()) @push('js') @endpush @endif