{{ __('Send report to client') }}

{!! taskOwner('task_owner_client', $project->client_id, getAuthUser()->id) !!} @if($errors->has('task_owner_client'))

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

@endif
{!! reportSendToUsers($name = 'send_to_clients[]', $selectedValue = NULL, $class = 'multiple') !!} @if($errors->has('send_to_clients'))

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

@endif
@if($errors->has('subject_client'))

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

@endif
@if($errors->has('note_client'))

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

@endif