@include('front.templates.background-header')
@include('front.templates.background-inner-page')
@include('front.templates.background-bottom')
{{ $parent_menu->name ?? '' }}
@if($parent_menu->children->isNotEmpty())
@foreach($parent_menu->children as $one_item)
@endforeach
@endif
{!! $one_item->body ?? '' !!}