@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')
Delete vehicle using customer id
@csrf
Please enter customer id
{{-- success and error msg will be shown here --}}
@endsection @section('page-js') @endsection