@extends('front.app') @section('meta') @stop @section('container')
{!! showSettingBodyByAlias('google-maps') !!}
@if($parent_menu->itemByLang) @if($parent_menu->itemByLang->short_descr)
{{ShowLabelById(17)}}
{!! $parent_menu->itemByLang->short_descr !!}
@endif @if($parent_menu->itemByLang->body)
{{ShowLabelById(18)}}
{!! $parent_menu->itemByLang->body !!}
@endif @endif
@csrf
{{ShowLabelById(13)}}

{!! ShowLabelById(15) !!}

@stop