Back
@if($document->file_path)
Download
@endif
@can('update', $document)
@if($document->status !== 'discontinued')
@if($document->file_path)
Replace File
@endif
@if($document->document_type === 'controlled_documents')
New Version
@endif
Edit
@can('manage-documents')
@endcan
@else
@can('manage-documents')
@endcan
@endif
@endcan