@if ($currentLang->rtl == 1)
@endif
@if ($bs->is_recaptcha == 1) @endif
@foreach($langs as $lang)
code == $lang->code ? 'selected' : ''}}>{{$lang->name}}
@endforeach
@if (Auth::check() || $bs->qr_call_waiter == 1)
@if($bs->qr_call_waiter == 1)
{{__('Call Waiter')}}
@endif @auth
{{__('Logout')}}
@endauth
@endif
{{$bs->website_title}}
{{__('Working Hours')}}: {{$bs->office_time}}
@yield('page-heading')
@yield('content') {{-- Loader --}}
{{-- Loader --}} {{-- START: Cart Icon --}}
{{$itemsCount}}
{{-- END: Cart Icon --}} {{-- START: Cart Sidebar --}} @include('front.qrmenu.partials.qr-cart-sidebar') {{-- END: Cart Sidebar --}} {{-- START: Call Waiter Modal --}}
{{__('Call Waiter')}}
×
@php $tables = \App\Table::where('status', 1)->get(); @endphp
{{__('Select a Table')}}
@foreach ($tables as $table)
{{__('Table')}} - {{$table->table_no}}
@endforeach
{{-- END: Call Waiter Modal --}} {{-- global variables --}} @if (session()->has('success')) @endif @if (session()->has('warning')) @endif @if (session()->has('error')) @endif @yield('script')