@extends('layouts.master') @section('title', pageTitle('Edit Vehicle')) @section('content') @include('sections.breadcrumb')

Update Vehicle Infomation

@include('sections.messages')
@csrf
@stop @section('page-styles') @stop @section('page-scripts') @stop