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