{!! Form::numeric('asset_id') -> label(trans('tests::plan.label.asset_id')) -> placeholder(trans('tests::plan.placeholder.asset_id'))!!}
{!! Form::text('name') -> label(trans('tests::plan.label.name')) -> placeholder(trans('tests::plan.placeholder.name'))!!}
{!! Form::numeric('departure_location_id') -> label(trans('tests::plan.label.departure_location_id')) -> placeholder(trans('tests::plan.placeholder.departure_location_id'))!!}
{!! Form::numeric('arrival_location_id') -> label(trans('tests::plan.label.arrival_location_id')) -> placeholder(trans('tests::plan.placeholder.arrival_location_id'))!!}
{!! Form::textarea('waypoint') -> label(trans('tests::plan.label.waypoint')) -> dataUpload(trans_url($plan->getUploadURL('waypoint'))) -> addClass('html-editor') -> placeholder(trans('tests::plan.placeholder.waypoint'))!!}
{!! Form::text('schedule_time') -> placeholder(trans('tests::plan.placeholder.schedule_time')) -> addClass('pickdatetime') ->raw()!!}
{!! Form::text('purpose_of_journey') -> label(trans('tests::plan.label.purpose_of_journey')) -> placeholder(trans('tests::plan.placeholder.purpose_of_journey'))!!}
{!! Form::inline_radios('is_template') -> radios(trans('tests::plan.options.is_template')) -> label(trans('tests::plan.label.is_template'))!!}
{!! Form::text('template_name') -> label(trans('tests::plan.label.template_name')) -> placeholder(trans('tests::plan.placeholder.template_name'))!!}
{!! Form::decimal('current_latitude') -> label(trans('tests::plan.label.current_latitude')) -> placeholder(trans('tests::plan.placeholder.current_latitude'))!!}
{!! Form::decimal('current_longitude') -> label(trans('tests::plan.label.current_longitude')) -> placeholder(trans('tests::plan.placeholder.current_longitude'))!!}