{{ __('messages.common.edit') }} {{ __('messages.task.assignee') }}
{{ Form::label('assign_to', __('messages.task.assign_to').':') }} {{ Form::select('assignees[]',$users, $assignees, ['class' => 'form-control','id'=>'editAssigneeField', 'multiple' => true]) }}
{{ Form::button(__('messages.common.save'), ['type' => 'button', 'class' => 'btn btn-primary ml-1', 'id' => 'btnSaveAssignees', 'data-loading-text' => " Processing..."]) }}
{{ Form::close() }}