@extends('layouts.app') @section('title', 'Document Versions') @section('content')
Version control and approval workflow
| Document | Version | Status | Created By | Created Date | Actions |
|---|---|---|---|---|---|
| {{ $version->document->title ?? 'N/A' }} | {{ $version->version_number }} @if($version->is_current) Current @endif | {{ ucfirst(str_replace('_', ' ', $version->status)) }} | {{ $version->creator->name ?? 'N/A' }} | {{ $version->created_at->format('M d, Y') }} | View Edit |
| No versions found. | |||||