@include('front.templates.background-header')
@include('front.templates.background-inner-page')
@if($parent_menu->oImage && $parent_menu->oImage->img && file_exists('upfiles/menu/'. $parent_menu->oImage->img))
@endif
@include('front.templates.background-bottom')
{{ $parent_menu->name ?? '' }}
{!! $parent_menu->body ?? '' !!}