Exported {{ now()->format('d M Y, h:i A') }}{{ ($filters['status'] ?? null) ? ' · Status: '.ucfirst($filters['status']) : '' }}{{ ($filters['search'] ?? null) ? ' · Search: '.$filters['search'] : '' }}
| Doc No. | Title | Folder | Type | Ver. | Status | Effective Date |
|---|---|---|---|---|---|---|
| {{ $doc->doc_number }} | {{ $doc->title }} | {{ $doc->folder?->name ?? '-' }} | {{ \App\Models\Folder::TYPES[$doc->document_type] ?? $doc->document_type }} | v{{ $doc->version }} | {{ \App\Models\Document::STATUSES[$doc->status] ?? $doc->status }} | {{ $doc->effective_date?->format('d M Y') ?? '-' }} |