@extends('layouts.app', ['title' => 'Admin Documents | Print Cards']) @section('content')
Approve or reject uploaded customer files before production.
| Document | User | Status | Reason | Action |
|---|---|---|---|---|
|
{{ $document->title }}
{{ $document->document_number }} | {{ $document->original_name }}
|
{{ $document->user?->name }} | {{ ucfirst($document->approval_status) }} | {{ $document->rejection_reason ?: '-' }} |