@extends('layouts/layoutMaster') @section('title', ' Vertical Layouts - Forms') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Edit Product

Product
@csrf
@error('name')
{{$message}}
@enderror
@if(!empty($vehicle->image)) @endif
@endsection