@extends('front.front-app') @section('meta-tags') @include('front.meta-tags.for-other-pages') @stop @include('front.header') @section('container')

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

{!! $parent_menu->itemBylang->body ?? '' !!}
@if($parent_menu->moduleMultipleImg->isNotEmpty()) @endif
@stop @include('front.footer')