@extends('layouts.app', ['title' => 'Documents | Print Cards']) @section('content')
PDF, JPG, and PNG accepted. Max upload size: {{ $maxUploadKb / 1024 }} MB. Auto-delete after {{ $autoDeleteDays }} days.
No documents uploaded yet.
@else| Title | Type | Pages | Approval | |
|---|---|---|---|---|
|
{{ $document->title }}
{{ $document->original_name }}
|
{{ $document->document_type }} | {{ $document->page_count }} | {{ ucfirst($document->approval_status) }} | Download |