@include('components.notifications.notification_message') @php $document_location = 'storage/files/tasks/'. $task->id . '/' . $document->name; @endphp @if($is_open) @include('livewire.tasks.modal') @endif
@unless($task_document->is_read) @php $ext = pathinfo($document['name'], PATHINFO_EXTENSION); $ext == 'pdf' ? $disabled = 'disabled' : $disabled = ''; @endphp @endunless @lang('Download')