@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
@if(!$disableOrdering) @if(!$reward)

Quantity

@endif @if($isLocationOpen && $isLocationActive)
@if($editingAnItem) @else @endif
@else

Oh-No! We are closed :(

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