@extends('front.app') @section('meta') @stop @section('container')
@include('front.templates.background-header')
@include('front.templates.background-inner-page')

{{ $parent_menu->name ?? '' }}

{!! $parent_menu->body ?? '' !!}
@include('front.templates.background-bottom')
@stop