{!! Form::open(['url' => action('SellController@confirmUpdate'), 'method' => 'post', 'id' => 'waybill_form' ]) !!}
{!! Form::label('res_waiter_id','Delivery Staff :') !!}
{!! Form::select('res_waiter_id', $staff, null, ['class'=>'form-control','placeholder'=> 'Select Rider']) !!}
{!! Form::label('waybill','Waybill ID :') !!}
{!!Form::text('waybill',null ,['class'=>'form-control', 'placeholder'=> 'Waybill ID']);!!}
{!! Form::hidden('transaction_id', $id); !!}
{!! Form::close() !!}