@extends('front.app') @section('meta') @stop @section('container')
@if(isset($shops) && $shops->isNotEmpty()) @foreach($shops as $shop_city) @if($shop_city->childrenFrontPages->isNotEmpty())

{{$shop_city->name}}

@foreach($shop_city->childrenFrontPages as $shop)
{{$shop->name}}
{!! $shop->body !!}
@if($shop->moduleMultipleImg->isNotEmpty())
@foreach($shop->moduleMultipleImg as $shop_image) @endforeach
@endif
@endforeach
@endif @endforeach @endif
@stop @push('js') @endpush