@include('components.notifications.notification_message') @include('components.notifications.success_message')
{{-- job description --}} @include('livewire.tasks.partials.job_description') {{-- job license --}} @include('livewire.tasks.partials.job_license') {{-- job authorization --}} @include('livewire.tasks.partials.job_autherization') {{-- all users --}} @include('livewire.tasks.partials.all_users')
@if ($filterTags && count($filterTags)>0)

@lang('messages.Tags'): @foreach($filterTags as $tag) @endforeach

@endif @if (Auth::user()->hasPermissionTo('manage tasks'))

{{ __('messages.Selected Users') }} : {{ $data_user_attach ? count($data_user_attach) : "0" }}

Loading...
    @if ($users) @foreach($users as $user) @if ($data_user_attach && in_array($user->id, $data_user_attach))
  • @php if ($readonly) { $disabled = 'disabled'; } else { $disabled = ''; } @endphp
  • @endif @endforeach @endif
@endif
@error('title') {{ $message }}@enderror
@error('description') {{ $message }}@enderror
@error('due_date') {{ $message }}@enderror
@if (Auth::user()->hasPermissionTo('manage tasks')) @if ($show_reminders)

{{ __('messages.Set reminders') }}

    @foreach ($reminders as $date)
  • @endforeach
@endif @endif
@if (Auth::user()->hasPermissionTo('manage tasks')) @if (!$readonly)
{{ __('messages.or') }}
{{ __('messages.Drag it here') }}
{{ __('messages.Processing Files') }}
@endif {{-- FilePreview --}}
@include('livewire.tasks.partials.file_preview')
@endif
@error('files_docs') {{ $message }} @enderror
{{ __('messages.Uploading') }}
@if (!$readonly && !isset($task->auto_publish)) @if ($auto_publish_toggle)
@error('auto_publish') {{ $message }}@enderror
@endif @elseif (isset($task->auto_publish)) @elseif (isset($task->auto_publish) && $task->is_published) @endif