@extends('front.front-app') @include('front.header') @section('container')
@if(!empty($slider) && count($slider))
@foreach($slider as $one_slide) @endforeach
@endif {{--@if($decor_line && $decor_line->oImage && $decor_line->oImage->img)
Decor line
@endif--}} @if(!empty($main_goods_subjects) && count($main_goods_subjects))

{{ ShowLabelById(97, $lang_id) }}

@foreach($main_goods_subjects as $one_goods_subject) @endforeach
@endif {{--@if($decor_line && $decor_line->oImage && $decor_line->oImage->img)
Decor line
@endif--}} @if($banners && $banners->children->isNotEmpty())
@foreach($banners->children as $one_banner)
{{ $one_banner->itemByLang->name ?? '' }}

{{ $one_banner->itemByLang->name }}

{{ $one_banner->itemByLang->short_descr }}

@if($one_banner->itemByLang->link) @endif
@endforeach
@endif @if(!empty($new_goods) && count($new_goods))

{{ ShowLabelById(95, $lang_id) }}

@foreach($new_goods as $one_goods)
@include('front.templates.goods-template', ['one_goods' => $one_goods, 'slider' => 1])
@endforeach
@endif @if(!empty($popular_goods) && count($popular_goods))

{{ ShowLabelById(96, $lang_id) }}

@foreach($popular_goods as $one_goods)
@include('front.templates.goods-template', ['one_goods' => $one_goods, 'slider' => 1])
@endforeach
@endif
@stop @include('front.footer')