@include('front.templates.background-header')
@include('front.templates.background-inner-page')
@include('front.templates.background-bottom')
{{ $parent_menu->name ?? '' }}
{!! $parent_menu->body ?? '' !!}
-
@if(showSettingBodyByAlias('main-phone'))
-
{{ showSettingBodyByAlias('main-phone') }}
@endif
@if(showSettingBodyByAlias('main-email'))
-
{{ showSettingBodyByAlias('main-email') }}
@endif
@if(showSettingBodyByAlias('main-schedule'))
-
{{ showSettingBodyByAlias('main-schedule') }}
@endif