@extends('layouts.app') @section('content')

Add Vendor

@csrf
@if($errors->has('vendor_name')) {{ $errors->first('vendor_name') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection