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

Tambah Vendor

@csrf
@error('nama_vendor')
{{ $message }}
@enderror
Batal
@endsection