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

Add Vendor

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