@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 ?? '' !!}
@if($parent_menu->oImage && $parent_menu->oImage->img && file_exists('upfiles/menu/'. $parent_menu->oImage->img))
{{ $parent_menu->name ?? '' }}
@endif
@include('front.templates.background-bottom')
@stop