@extends('front.app', ['home_page'=>1]) @section('meta') @stop @section('container')
@if($slider->isNotEmpty()) @endif @if($catalog_main_page->isNotEmpty())
@foreach($catalog_main_page as $one_item) {{$one_item->name}} {{$one_item->name}} @endforeach
@foreach($catalog_main_page as $category_alias=>$one_item) @if($one_item->goodsItemPopular->isNotEmpty())
@if(isset($one_item->menuItem)) {{ $one_item->menuItem->name }} @endif

{{$one_item->menuItem->name ?? $one_item->name}}

@foreach($one_item->goodsItemPopular as $product) @include('front.templates.goods-template') @endforeach
@endif @endforeach @endif @if($main_page && $main_page->body)

{{ $main_page->h1_title ?? '' }}

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