@extends('layouts.app') @section('title', 'Add Vehicle') @section('breadcrumbs') @endsection @section('content')

Add Vehicle

Register a new vehicle

Back
@csrf @if ($errors->any())
@endif
Vehicle Information
@endsection @push('scripts') @endpush