@extends('front.front-app') @section('meta-tags') @include('front.meta-tags.for-other-pages') @stop @include('front.header') @section('container')

{{ $goods_subject->itemByLang->name ?? '' }}

@if(!empty($goods_subjects_left_menu) && count($goods_subjects_left_menu)) @endif
@if(!empty($goods_items_list) && count($goods_items_list)) @include('front.ajax.products-list', ['goods_items_list' => $goods_items_list]) @else
Empty list

{{ ShowLabelById(13, $lang_id) }}

@endif
@stop @include('front.footer')