@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('delivery_fee', trans("lang.driver_delivery_fee"), ['class' => 'col-3 control-label text-right']) !!}
{!! Form::number('delivery_fee', null, ['class' => 'form-control','placeholder'=> trans("lang.driver_delivery_fee_placeholder")]) !!}
{{ trans("lang.driver_delivery_fee_help") }}
{!! Form::label('available', trans("lang.driver_available"),['class' => 'col-3 control-label text-right']) !!}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}