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

Edit Document

@csrf @method('PUT')
@error('vendor_id')
{{ $message }}
@enderror
@error('doc_type')
{{ $message }}
@enderror
@if($vendorDocument->doc_file) @endif Accepted formats: PDF, DOC, DOCX, JPG, JPEG, PNG (Max: 10MB). Leave empty to keep current file. @error('doc_file')
{{ $message }}
@enderror
Cancel
@endsection