@if($attachments->isNotEmpty())
@endif| {{ __('Attachment') }} | {{ __('Task') }} | {{ __('Uploaded') }} | |||
|---|---|---|---|---|---|
| {{ $attachment->name }} | @if(!empty($attachment->task_uuid)) {{ $attachment->title }} @endif | {{ date('d-m-Y', strtotime($attachment->created_at)) }} | |||
| {{ __('No result found') }} | |||||