@extends('front.app') @section('meta') @stop @section('container')
@if($parent_menu->oImage && $parent_menu->oImage->img)
{{ $parent_menu->itemByLang->name ?? '' }}
@endif

{{ $parent_menu->itemByLang->name ?? '' }}

{!! $parent_menu->itemByLang->body ?? '' !!}
@if($parent_menu->children->isNotEmpty())
@if($parent_menu->children[0]->children->isNotEmpty())

{{ ShowLabelById(154) }}

@foreach($parent_menu->children[0]->children as $one_item)
{{ $one_item->itemByLang->name ?? '' }}
{{ $one_item->itemByLang->name ?? '' }}
@endforeach
@endif @if($parent_menu->children[0]->children->isNotEmpty()) {!! $parent_menu->children[1]->itemByLang->body ?? '' !!} @else {!! $parent_menu->children[0]->itemByLang->body ?? '' !!} @endif
@endif @if(!empty($social_for_text_page) && count($social_for_text_page))
@endif
@stop