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')
@csrf @method('PATCH')
@endcan @else @can('manage-documents')
@csrf @method('PATCH')
@endcan @endif @endcan