@extends('layouts.front', ['class' => '']) @section('content') @include('restorants.partials.modals')

{{ $restorant->name }}

{{ $restorant->description }}

@if(!empty($openingTime) && !empty($closingTime)) {{ $openingTime }} - {{ $closingTime }} | @endif @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif

@include('partials.flash')
@include('partials.flash')

{{ $restorant->name }}

{{ $restorant->description }}

@if(!empty($openingTime) && !empty($closingTime)) {{ $openingTime }} - {{ $closingTime }} | @endif @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif

@if(!$restorant->categories->isEmpty()) @endif @if(!$restorant->categories->isEmpty()) @foreach ( $restorant->categories as $key => $category) @if(!$category->aitems->isEmpty())

{{ $category->name }}


@endif
@foreach ($category->aitems as $item)
@if(!empty($item->image))
@endif {{ $item->name }}
{{ $item->short_description}}
@money($item->price, config('settings.cashier_currency'),config('settings.do_convertion'))
@endforeach
@endforeach @else

{{ __('Hmmm... Nothing found!')}}




@endif
@endsection @if ($showLanguagesSelector) @section('addiitional_button_1') @endsection @section('addiitional_button_1_mobile') @endsection @endif @section('js')