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

Add New Vendor Type

Add a new vendor type to your system

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