@foreach($catalog_main_page as $one_item)
{{$one_item->name}}
@endforeach
@if(isset($one_item->menuItem))
@endif
{{$one_item->menuItem->name ?? $one_item->name}}
@foreach($one_item->goodsItemPopular as $product)
@include('front.templates.goods-template')
@endforeach
{{ $main_page->h1_title ?? '' }}
{!! $main_page->body !!}