{{ __('Edit Document') }}

{{ $document->displayName() }}

{{ __('Document for :plate.', ['plate' => $document->vehicle->plate]) }}

@csrf @method('PATCH') @include('vehicle-documents._form')
{{ __('Cancel') }}

{{ __('Delete this document') }}

{{ __('The document will be removed from this vehicle. Its history is kept and it can be restored later by support.') }}

@csrf @method('DELETE')