@extends('master')
@section('title')
{{ $shop->name }}
@stop
@section('custom_meta')
@stop
@section('custom_js_files')
@stop
@section('custom_css_files')
@stop
@section('custom_logo')
@stop
@section('body_end_script')
@if(getIfIs('mobile'))
@else
@endif
@stop
@section('nav_custom_1')
MenĂº
Reservar
@stop
@section('nav_custom_2')
@stop
@section('content')
@include('components.tabs_shop')
@if($shop->getSliders->count() > 0)
@foreach($shop->getSliders as $slider)
-
@endforeach
@endif
-
@foreach($shop->getCategories as $category)
-
@endforeach
@stop
@section('content_out_wrapper')
@include('components.product_info')
@if(Auth::check())
@include('components.shop_reservation_screen')
@endif
@stop