@extends('layouts.app') @section('title', 'Create Vehicle') @php $breadcrumbs = [['label' => 'Masters', 'url' => route('masters.vehicles.index')], ['label' => 'Vehicle', 'url' => route('masters.vehicles.index')], ['label' => 'Create']]; @endphp @section('content')

Create New Vehicle

Back
@csrf
registration_no ?? "") }}" required>
capacity ?? "") }}" step="0.01" min="0">
insurance_expiry ?? "") }}">
Cancel
@endsection