@include('admin.header')

Document Details - {{ $document->file_name }}

File Name: {{ $document->file_name }}
Category: {{ ucfirst(str_replace('_', ' ', $document->category)) }}
Size: {{ number_format($document->file_size / 1024, 2) }} KB
MIME Type: {{ $document->mime_type }}
Uploaded By: {{ $document->uploader->name ?? 'N/A' }}
Uploaded At: {{ $document->created_at->format('Y-m-d H:i') }}
Last Updated: {{ $document->updated_at->format('Y-m-d H:i') }}
Order Confirmation: orderConfirmation->id) }}' class='text-decoration-none'> #{{ $document->orderConfirmation->order_number ?? $document->orderConfirmation->id }}
Notes:

{{ $document->notes ?? 'N/A' }}

@include('admin.footer')