@if(!empty($banner_top) && count($banner_top)) @endif @if(!empty($goods_item_new) && count($goods_item_new))

{!! ShowLabelById(91, $lang_id) !!}

@foreach($goods_item_new as $one_goods_item)
@include('front.templates.product-template', ['one_goods_item' => $one_goods_item])
@endforeach
@endif

{{ ShowLabelById(233, $lang_id) }}

{{ ShowLabelById(234, $lang_id) }}

@if(!empty($goods_item_sale) && count($goods_item_sale))

{{ ShowLabelById(236, $lang_id) }}

@foreach($goods_item_sale as $one_goods_item)
@include('front.templates.product-template', ['one_goods_item' => $one_goods_item])
@endforeach
@endif @if(!empty($catalog_links) && count($catalog_links) && 1 == 2) {{-- disable 19.04.2023 --}}
@foreach($catalog_links as $key => $one_catalog_link)

{{ $one_catalog_link->name or '' }}

{{ $one_catalog_link->name or '' }}
@endforeach
@endif @if(!empty($info_item_blog_items) && count($info_item_blog_items))

{!! ShowLabelById(237, $lang_id) !!}

@foreach($info_item_blog_items as $one_blog_item)
{{ $one_blog_item->name or '' }}

{{ getMonthNameByNr($lang_id, $one_blog_item->add_date) }}

{{ $one_blog_item->name or '' }}

@endforeach
@endif @if(!empty($brand) && count($brand))

{!! ShowLabelById(99, $lang_id) !!}

@foreach($brand as $one_brand) {{ $one_brand->name }} @endforeach
@endif