@extends('front.front-app') @include('front.header') @include('front.header-bottom-rent') @section('container')
@include('front.templates.breadcrumbs')

{{$parent_menu_id->name or ''}}

{!! $parent_menu_id->body or '' !!}
@stop @include('front.footer')