@extends('admin.layout') @section('title', 'Documents') @section('content')
{{ $documents->count() }} document(s)
| File | UUID | QR Pages | Status | Uploaded | Actions |
|---|---|---|---|---|---|
|
{{ $doc->original_filename }}
{{ $doc->uuid }}
|
{{ $doc->uuid }} | {{ $doc->qr_pages === 'all' ? 'All pages' : $doc->qr_pages }} | @if($doc->status === 'stamped') Stamped @elseif($doc->status === 'verified') Verified @else Draft @endif | {{ $doc->created_at->format('d M Y') }} | |
| No documents yet. Upload one! | |||||