@extends('inventory.layout') @section('title', 'Edit Vehicle Price') @section('content') @push('head') @endpush
@csrf @include('include.message') @Method("PUT")
@push('script') @endpush @endsection