@extends('garage.layouts.app') @section('title', 'Add Vehicle') @section('content') @push('styles') @include('shared.garage-summary-ui-styles') @include('shared.garage-vehicles-ui-styles') @endpush

Add vehicle

Owner is required — a customer sub-ledger (SL-xxxx) is created under that ledger automatically.

Back
@csrf
Owner (ledger)
@error('customer_ledger_id')
{{ $message }}
@enderror

Vehicle must belong to a customer ledger for workshop jobs and billing.

Registration and identity
@error('registration_number')
{{ $message }}
@enderror
Vehicle details
Technical and dates
Cancel
@endsection