@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(!empty($social_for_text_page) && count($social_for_text_page))
@endif
@stop