{!! Form::open(['url' => action('QRController@store'), 'method' => 'post', 'id' => 'customer_add_form' , 'files' => true]) !!}
{!! Form::hidden('location_id', $default_location, ['id' => 'location_id', 'required']) !!} {!! Form::hidden('contact_id', null, ['id' => 'customer_id', 'x-model'=>"selectedCustomer"], 'required') !!} {!! Form::hidden('table_id', request()->get('table'), ['id' => 'table_id']) !!} {!! Form::hidden('order_type', request()->get('order_type'), ['id' => 'order_type']) !!}
@include('qr.productPopUp') @include('qr.viewCardPopUp') {!! Form::close() !!}