@extends('layouts.app') @section('title', 'Edit Vendor') @section('content')

Edit Vendor

Back
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Cancel
@endsection