@extends('restaurant.layouts.master_order') @section('home')
@include("restaurant.modal.ModalBill") @include("restaurant.modal.ModalBillList") @include("restaurant.modal.ModalRunningOrder") @include("restaurant.order.modal.reservation_modal") @include("restaurant.modal.ModalPayment") @include("restaurant.shared.VatSettings") @inject('OrderTrait', 'App\Http\Controllers\Restaurant\Order\OrderController') @inject('SettingsTrait', 'App\Http\Controllers\Restaurant\Order\OrderController')
{{--
--}} {{--
--}} {{--
--}}
{{-- --}}
{{--
--}} {{--
--}} {{--
--}}
Order Type
Shipping Method
Customer Name
Waiter
Table
@if($OrderTrait->isFrontDeskExist())
Room/Bed
@endif {{--
Check In
--}}
#Sl Item Qty Rate Total Action
Order List {{-- Bill List --}} Cash Rcev. Bank Rcev.
@endsection @section('script') @endsection