@extends('layouts.app') @section('title', 'Document Version History') @section('content')

Immutable private vault

{{ $document->document_name }} history

{{ $document->customer->full_name_en }} · every replacement remains retained.

Back to Customer 360
@foreach($versions as $version)@endforeach
VersionNumberIssueExpiryVerificationUploadedActions
Version {{ $version->version }}@if($version->is_current)CURRENT@endif{{ $version->document_number ?: '—' }}{{ $version->issue_date?->format('d M Y') ?: '—' }}{{ $version->expiry_date?->format('d M Y') ?: 'No expiry' }}{{ str($version->verification_status)->replace('_',' ')->title() }}{{ $version->created_at?->format('d M Y H:i') }}
@endsection