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

Update Vendor

Update Vendor {{ $vendor->name }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('patch')
@csrf @method("DELETE") Delete
@endsection @section('script') @endsection