{{ __('Update Order '. $item->entity_id)}}
@csrf
{!! Form::select('store_id', $stores, $item->store_id,[ 'class'=>'form-control select2 store-external-order', 'placeholder' => 'Select Store', 'data-driver-url'=>route('get-drivers-by-store',['store_id'=>'1']), 'data-external-neighborhood-url'=>route('get-external-neighborhood-by-store',['store_id'=>'1']) ]) !!}
Store is Required
{!! Form::select('transport_type', $transportTypes, $item->transport_type,[ 'class'=>'form-control', 'placeholder' => 'Select Transport Type']) !!}
Transport Type is Required
{!! Form::select('driver_id', $drivers, $item->driver_id,[ 'class'=>'form-control select2 driver-external-order ', 'placeholder' => 'Select Driver']) !!}
{!! Form::select('neighborhood_id_delivery_charge', $externalNeighborhoods, $neighborhoodIdDeliveryCharge,[ 'class'=>'form-control select2 neighborhood-external-order ', 'placeholder' => 'Select External Neighborhood']) !!}
External Neighborhood is Required
{!! Form::select('duration', $durations, $item->duration,[ 'class'=>'form-control', 'placeholder' => 'Select Duration']) !!}
Duration is Required
{!! Form::select('order_status', $orderStatuses, $item->order_status,[ 'class'=>'form-control', 'placeholder' => 'Select Order Status']) !!}
Order Status is Required
Delivery Date is Required
Order Amount is Required
Customer Number is Required
Customer Address is Required
Extra Note is Required