{{ __('Edit Vehicle') }}

{{ $vehicle->plate }}

{{ __('Update this vehicle\'s details.') }}

@csrf @method('PATCH') @include('vehicles._form')
{{ __('Cancel') }}

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

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

@csrf @method('DELETE')