@extends('front.app') @section('meta') @stop @section('container')
@if($slider->isNotEmpty())
@foreach($slider as $slide) link ? 'href='.$slide->link : '' }} class="swiper-slide"> {{ $slide->name}} @endforeach
@endif @if($icons && $icons->isNotEmpty())
@foreach($icons as $icon)
{{$icon->name}}

{{$icon->name}}

@endforeach
@endif @if($new_goods->isNotEmpty())

{{ShowLabelById(40)}}

@foreach($new_goods as $goods_item)
@include('front.templates.goods-template')
@endforeach
@endif @if($popular_categories->isNotEmpty()) @endif @if($promo_goods->isNotEmpty())

{{ShowLabelById(211)}}

@foreach($promo_goods as $goods_item)
@include('front.templates.goods-template')
@endforeach
@endif @if($banners && $banners->isNotEmpty())
@foreach($banners as $banner) @if($banner->link) {{$banner->name}} @else
{{$banner->name}}
@endif @endforeach
@endif @if(isset($viewed_goods) && $viewed_goods->isNotEmpty())

{{ShowLabelById(42)}}

@foreach($viewed_goods as $goods_item)
@include('front.templates.goods-template')
@endforeach
@endif @if($brands->isNotEmpty())

{{ShowLabelById(43)}}

@foreach($brands as $brand) @endforeach
@endif

{{$main_page->short_descr}}

{!! $main_page->body !!}
@stop