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