@extends('layouts.app') @section('title', 'Vehicle Register Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Vehicles From Excel File
@csrf @method('post')


Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Vehicle Number (required):

Enter the full Vehicle Number (mandatory, unique).

2. Manufacture Year (required):

Enter the Manufacture Year (mandatory).

3. Vendor Name (optional):

Optionally, include a Vendor Name for the vehicle .

4. Driver Name (optional):

Optionally, include a Driver Name for the vehicle.

5. Ownership Type (required):

Enter the Ownership Type (Owned , Contractual).

@endsection @section('js') @endsection