@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('driver_id', trans("lang.order_driver_id"),['class' => 'col-3 control-label text-right']) !!}
{{ trans("lang.order_driver_id_help") }}
{!! Form::label('picker_id', trans("lang.order_picker_id"),['class' => 'col-3 control-label text-right']) !!}
{{ trans("lang.order_picker_id_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}