{{ $label }}
{{ number_format($value) }}@extends('layouts.app') @section('title', 'Secure Document Control') @section('content')
Secure vault & compliance
Customer, application, corporate and employee records with verification and expiry oversight.
{{ $label }}
{{ number_format($value) }}Latest current versions in the customer document vault.
| Document | Customer | Number | Expiry | Status |
|---|---|---|---|---|
| {{ $document->document_name ?: ($document->documentType?->name_en ?? 'Document') }}Version {{ $document->version }} · {{ $document->created_at->diffForHumans() }} | {{ $document->customer?->full_name_en ?? 'Customer unavailable' }}{{ $document->customer?->customer_code }} | {{ $document->document_number ?: 'Not recorded' }}{{ $document->issued_by }} | {{ $document->expiry_date?->format('d M Y') ?? 'No expiry' }}{{ $document->expiry_date?->diffForHumans() }} | {{ ucfirst($document->status) }} |
DNo customer documents uploaded Verified document versions will appear here. | ||||
Current documents expiring within 60 days.
The next 60 days are clear.