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

Edit Vendor Type

Update vendor type information

Vendor Type Information
@csrf @method('PUT')
@error('type_name')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection