@extends('front.app') @section('meta') @stop @section('container')

{{$parent_menu->short_descr}}

@if($locations->isNotEmpty())
@foreach($locations as $location) @endforeach
@foreach($locations as $location)
{!! $location->iframe !!}
@endforeach
@else

{{ShowLabelById(10)}}

@endif
@stop