{{ __('Edit Maintenance Job') }}

{{ $job->vehicle->plate }} — {{ $job->date_in->format('M j, Y') }}

{{ __('Update this maintenance job.') }}

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

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

{{ __('The job will be removed from your lists. Its history and any parts issued are kept, and it can be restored later by support.') }}

@csrf @method('DELETE')