@extends('front.front-app') @include('front.header') {{--@include('front.header-bottom-goods')--}} @section('container')
@include('front.templates.breadcrumbs')

{{ $shop->name or '' }}

{{ $shop->address or '' }}

{{ $shop->phone or '' }}

{{ $shop->schedule or '' }}

@if(!empty($shop_types) && count($shop_types))
    @foreach($shop_types as $one_type)
  • @endforeach
@endif
@if(!empty($shop_gallery) && count($shop_gallery))
@foreach($shop_gallery as $one_img)
@endforeach
@foreach($shop_gallery as $one_img)
@endforeach
@endif
{!! $shop->body or '' !!}
@stop @include('front.footer')