@extends('layouts.front', ['class' => '']) @section('extrameta') {{ $restorant->name }} @if (\Akaunting\Module\Facade::has('googleanalytics')) @include('googleanalytics::index') @endif @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')
    Warning: Undefined variable $restorant in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restorants/show.blade.php on line 65

    Warning: Attempt to read property "description" on null in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restorants/show.blade.php on line 65
    >

    {{ $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}}
    @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)

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


    Fatal error: Uncaught Error: Call to undefined function __() in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restorants/show.blade.php:197 Stack trace: #0 {main} thrown in /home/januspro/lion.kivulakebreezeguesthouse.com/resources/views/restorants/show.blade.php on line 197