{!! Form::text('reason') -> label(trans('returning::reason.label.reason')) -> placeholder(trans('returning::reason.placeholder.reason'))!!}
{!! Form::select('return_id') -> options(trans('returning::reason.options.return_id')) -> label(trans('returning::reason.label.return_id')) -> required() -> placeholder(trans('returning::reason.placeholder.return_id'))!!}