{!! Form::open(['url' => action('POSController@draft'), 'method' => 'post', 'id' => 'pos_add_form' , 'files' => true]) !!}
{!! Form::hidden('location_id', $default_location, ['id' => 'location_id', 'required']) !!} {!! Form::hidden('department_id', null, ['id' => 'department_id', 'x-model'=>"selectedDepartment"], 'required') !!} {!! Form::hidden('staff_id', null, ['id' => 'staff_id', 'x-model'=>"selectedEmployee"], 'required') !!} {!! Form::hidden('contact_id', null, ['id' => 'customer_id', 'x-model'=>"selectedCustomer"], 'required') !!} {!! Form::hidden('table_id', null, ['id' => 'table_id', 'x-model'=>"selectedTable"]) !!} {!! Form::hidden('room_id', null, ['id' => 'room_id', 'x-model'=>"selectedRoom"]) !!} {!! Form::hidden('order_type', null, ['id' => 'order_type', 'x-model'=>"selectedOrderType"]) !!} {!! Form::hidden('is_include', null, ['id' => 'is_include', 'x-model'=>"selectedIsInclude"]) !!}
{!! Form::hidden('transaction_id', null, ['id' => 'transaction_id']) !!}
Description Qty Disc Price Total

Total Quantity:

Coupon:

Loyality Points:

Gift Card:

Sub Total:

Discount:

Tax:

Grand Total:

@include('pos.edit_product') @include('pos.variation_pop') @include('pos.quantity_pop') @include('pos.remove_pop') @include('pos.stock_pop') @include('pos.cancel_invoice') @include('pos.held_invoice') @include('pos.shipment_pop') @include('pos.discount_percentage') @include('pos.discount_amount') @include('pos.tax_pop') @include('pos.gift_pop') @include('pos.cash_pop') @include('pos.milty_payment') @include('pos.entry_pop') @include('pos.addCustomerPop')
{!! Form::close() !!}