@extends('layouts.vendor') @section('title', 'Add New Vehicle') @section('content')

Add New Vehicle

List a new vehicle for sale

Back to Vehicles
@csrf
@include('vendor.vehicles.form')
Cancel
@endsection