| File | Uploaded | Action |
|---|---|---|
| {{ $attachment->file_name }} | {{ $attachment->created_at?->format('Y-m-d H:i') }} | @include('admin.inventory.partials.action_icons', [ 'download' => route('admin.inventory.attachments.download', $attachment), 'delete' => ($documentStatus ?? '') === 'draft' ? [ 'action' => route('admin.inventory.attachments.destroy', $attachment), 'confirm' => 'Remove this file?', 'label' => 'Remove', ] : null, ]) |
No attachments yet.
@endif