{{ __('Description of complaint') }}

{!! taskOwner('task_owner', getAuthUser()->organisation_id, getAuthUser()->id) !!} @if($errors->has('task_owner'))

{{ $errors->first('task_owner') }}

@endif
{!! projectCollegues($name = 'send_to_users[]', $selectedValue = NULL, getAuthUser()->organisation_id, $class = 'multiple') !!} @if($errors->has('send_to_users'))

{{ $errors->first('send_to_users') }}

@endif
@if($modules__->default_answer === 'yes')
{!! default_answers('default_answer', '', 'note-internal') !!} @if($errors->has('default_answer'))

{{ $errors->first('default_answer') }}

@endif
@endif
@push('child-scripts') @endpush