{!! Form::numeric('profile_id') -> label(trans('reference::shortlist.label.profile_id')) -> placeholder(trans('reference::shortlist.placeholder.profile_id'))!!}
{!! Form::numeric('shortlist_id') -> label(trans('reference::shortlist.label.shortlist_id')) -> placeholder(trans('reference::shortlist.placeholder.shortlist_id'))!!}
{!! Form::inline_radios('shortlist_status') -> radios(trans('reference::shortlist.options.shortlist_status')) -> label(trans('reference::shortlist.label.shortlist_status'))!!}
{!! Form::inline_radios('ignore_status') -> radios(trans('reference::shortlist.options.ignore_status')) -> label(trans('reference::shortlist.label.ignore_status'))!!}