@if(isset($shops) && $shops->isNotEmpty())
@foreach($shops as $shop_city)
@if($shop_city->childrenFrontPages->isNotEmpty())
@endif
@endforeach
@endif
{{$shop_city->name}}
@foreach($shop_city->childrenFrontPages as $shop)
@endforeach
{{$shop->name}}
{!! $shop->body !!}
@if($shop->moduleMultipleImg->isNotEmpty())
@endif