@extends('front.app') @section('meta') @stop @push('other-scripts-after-body') {!! showSettingBodyByAlias('facebook-group-plugin-after-body-start') !!} @endpush @section('container')

{{ $parent_menu->h1_title ?: $parent_menu->name }}

@if(!empty($shops) && count($shops))
@foreach($shops as $one_shop)
{{ $one_shop->name }}
{{ $one_shop->schedule }}
{{ $one_shop->phone }} @if($one_shop->phone_two)
{{ $one_shop->phone_two }}
@endif
@if($one_shop->map_iframe) {!! $one_shop->map_iframe !!} @endif @if($one_shop->moduleMultipleImg->isNotEmpty())
@foreach($one_shop->moduleMultipleImg as $one_shop_image) @endforeach
@endif
@endforeach
@endif
@if(showSettingBodyByAlias('facebook-group-plugin-placement')) {!! showSettingBodyByAlias('facebook-group-plugin-placement') !!} @endif
@if($parent_menu->body) {!! $parent_menu->body !!} @endif
@csrf
{{--

{!! ShowLabelById(51) !!}

--}}

@push('other-scripts') {!! showSettingBodyByAlias('google-conversion-for-contacts') !!} @endpush @stop