@extends('admin.layout.master') @section('title', 'VEHICLE MANAGEMENT') @section('content')

Customer Vehicle

Create @include('inventory.global.report_print_excel_button')
@include('inventory.customer_vehicle.form', ['is_customer_hide' => false, 'existing_data' => $edit ?? null])
  Cancel
@endsection @section('script') @endsection