@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')
{{ \App\Http\Controllers\Translate::translate($heading) }}
{{ \App\Http\Controllers\Translate::translate($subheading) }}
{{-- We need to check for multiple addresses, if location has multiple address, we'll have a select menu for each address and then update the days/hours for the selected address --}} @if(is_array($addressesForAllDayOrdering)) @if(count($addressesForAllDayOrdering)>1) @endif @endif @if($withinOperatingHours || !$allowFutureOrders)
@endif @if($withinOperatingHours && $allowFutureOrders)
{{ \App\Http\Controllers\Translate::translate('OR') }}
@endif @if($allowFutureOrders)
@endif
@endsection @section('footer') @php echo \App\Http\Controllers\Footer::index($themeDirectory) @endphp @endsection