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

Edit Document Version

@csrf @method('PUT')

Version Information

@if($version->file_name)

Current: {{ $version->file_name }}

@endif
Cancel
@endsection