{!! form_start($form) !!}
{!! form_until($form, 'name') !!} {!! form_until($form, 'send') !!} {!! form_until($form, 'email') !!} {{ Form::label('user_ids', 'User Ids') }} {!! Form::hidden('id', $department->id) !!}
{!! form_row($form->submit) !!}
{!! form_end($form, false) !!}