@extends('layouts.front', ['class' => '']) @section('extrameta') {{ $restorant->name }} @if (\Akaunting\Module\Facade::has('googleanalytics')) @include('googleanalytics::index') @endif {!! $restorant->getConfig('custom_menu_js','') !!} @endsection @section('addiitional_button_3') @include('restorants.partials.itemsearch') @if (\Akaunting\Module\Facade::has('cards')&&$restorant->getConfig('enable_loyalty', false))
  • {{ __('loyalty.loyalty_program') }}
  • {{ __('loyalty.loyalty_program') }}
  • @endif @endsection @section('content') @include('restorants.partials.modals')

    {{ $restorant->name }}

    {{ $restorant->description }}

    @include('restorants.partials.social_links')

    @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 }}

    @include('restorants.partials.social_links')

    @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))
    qty_management==1&&$item->qty<1)) onClick="setCurrentItem({{ $item->id }})" @endif href="javascript:void(0)">
    @endif @if ($item->qty_management==1&&$item->qty<1) [{{ __('Out of stock')}}] - {{ $item->name }} @else @endif
    {{ $item->short_description}}
    @if ($item->discounted_price>0) @money($item->discounted_price, config('settings.cashier_currency'),config('settings.do_convertion')) @endif @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)

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