@extends('mgh_theme.app') @section('content')
@include('mgh_theme.session') @include('mgh_theme.error')

Fill Up The Form

@csrf @if(isset($vehicle->id))@method('PUT')@endif
@if(isset($vehicle->id))
@endif
@endsection