@extends('layouts.app') @section('page-title', 'Archive') @section('content') @php $typeLabels = \App\Models\Folder::TYPES; @endphp
Export CSV Export PDF {{-- Tabs --}}
{{-- Tab: Replaced Files --}}
@foreach($typeLabels as $key => $label) @php $dot = match($key) { 'controlled_documents' => 'bg-blue-500', 'records' => 'bg-emerald-500', 'bulletins' => 'bg-amber-500', default => 'bg-surface-400', }; $badgeActive = match($key) { 'controlled_documents' => 'bg-blue-100 text-blue-700', 'records' => 'bg-emerald-100 text-emerald-700', 'bulletins' => 'bg-amber-100 text-amber-700', default => 'bg-surface-200 text-surface-700', }; @endphp @endforeach
{{-- Search (Replaced Files) --}}

No replaced files yet

Old files appear here when a document's file is replaced.

No results found

Try a different filter or search term.

Document Doc No. Type Ver. Old File Replaced By Notes Actions

Page of · total

{{-- Tab: Archived Documents --}}
{{-- Search (Archived Documents) --}}

No archived documents

Documents archived from the master list appear here.

No results found

Try a different search term.

Document Doc No. Type Folder Ver. Archived By Reason Actions

Page of · total

@endsection