@extends('layouts.front', ['class' => '']) @section('extrameta') {{ $restorant->name }} @endsection @section('content') @include('restorants.partials.modals')

{{ $restorant->name }}

{{ $restorant->description }}

@if(!empty($openingTime)){{__('Opens')}} {{ $openingTime }}@endif @if(!empty($closingTime)){{__('Opened until')}} {{ $closingTime }} @endif | @if(!empty($restorant->address)) {{ $restorant->address }} | @endif @if(!empty($restorant->phone)) {{ $restorant->phone }} @endif

@include('partials.flash')
@if (auth()->user()&&auth()->user()->hasRole('admin')) @include('restorants.admininfo') @endif
@include('partials.flash')

{{ $restorant->name }}

{{ $restorant->description }}

@if(!empty($openingTime)){{__('Opens')}} {{ $openingTime }}@endif @if(!empty($closingTime)){{__('Opened until')}} {{ $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->short_description}}
@money($item->price, config('settings.cashier_currency'),config('settings.do_convertion'))
@foreach ($item->allergens as $allergen)
@endforeach
@endforeach
@endforeach @else

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




@endif @if (isset($doWeHaveImpressumApp)&&$doWeHaveImpressumApp) @if (strlen($restorant->getConfig('impressum_value',''))>5)

{{$restorant->getConfig('impressum_title','')}}