@extends('layouts.admin') @section('content')

Private evidence

Compliance Documents

Files are stored on the private filesystem and served only through authorized download routes. Do not upload unrelated sensitive health information.
@if(auth()->user()->hasPermission('review.compliance'))
@csrf
@endif
@forelse($documents as $document)@empty@endforelse
TitleTypeExpiresSize
{{ $document->title }}{{ str($document->document_type)->headline() }}{{ $document->expires_on?->toFormattedDateString()??'—' }}{{ number_format($document->size_bytes/1024,1) }} KBDownload
No evidence documents uploaded.
{{ $documents->links() }}
@endsection