@extends('layouts.app') @section('title', 'Vendor Details | ') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @csrf

Attachment


Add file
@stack('scripts') @endsection