@extends('components.view') @section('themeStylesheet') @endsection @section('brandThemeOverrideSettings') @endsection @section('brandBackground') @if($brandBackground!=='' && !empty($brandBackground)) style="background-image:url('{{ $brandBackground }}');" @endif @endsection @section('header') @php echo \App\Http\Controllers\Header::index($themeDirectory,$brandLogoSmall) @endphp @php echo \App\Http\Controllers\Navigation::index($themeDirectory) @endphp @endsection @section('content')
@if(array_key_exists('image_location',$menuItem)) @if(!empty($menuItem['image_location'])) @endif @endif
{{-- Add a Lazy-Load option for synced menu items We'll pull Variations/Options/Modifiers from the processor when the page loads @if(array_key_exists('modifiers', $menuItem)) @endif --}} @if($syncedWithPaymentProcessor) @if(array_key_exists('variations',$menuItem)) @endif @if(array_key_exists('options',$menuItem)) @endif @else {{-- @if(array_key_exists('modifiers',$menuItem)) @endif --}} @if(array_key_exists('variations',$menuItem)) @endif @if(array_key_exists('options',$menuItem)) @endif @endif @if(!$disableOrdering) @if(!$reward)

{{ \App\Http\Controllers\Translate::translate('Quantity') }}

Only 2 available!
{{-- Loading Spinner --}}
Checking Inventory . . .
@endif @if($isLocationOpen && $isLocationActive)
@if($editingAnItem) @else @endif

{{ \App\Http\Controllers\Translate::translate('Out of Stock') }}

{{ \App\Http\Controllers\Translate::translate('Please check back later, or choose a different option.') }}

@else @if($offersPreOrdering)

{{ \App\Http\Controllers\Translate::translate('We are currently closed. But you can pre-order for an upcoming event.') }}

@else

{{ \App\Http\Controllers\Translate::translate('Oh-No! We are closed') }} :(

@endif @endif @endif
@endsection @section('footer') @php echo \App\Http\Controllers\Footer::index($themeDirectory) @endphp @endsection