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

Edit Vehicle

Update vehicle information

Back to Vehicles
@csrf @method('PUT')
@include('vendor.vehicles.form', ['vehicle' => $vehicle])
Cancel
@endsection