@extends('components.app-layout') @push('styles') @endpush @section('title', 'Upload Documents to Category') @section('content')

Upload Documents

Upload multiple documents to any category (requires admin approval)

Document Upload Policy

Documents uploaded by users require admin approval before becoming available for viewing and printing. You'll be notified once your documents are approved.

@csrf

Select Target Category

@error('document_category_id')

{{ $message }}

@enderror
Documents will be printable by default
Requires admin approval to become active
Uploaded by: {{ auth()->user()->name }}

Upload Files

Drag & Drop Files Here

or click to browse and select multiple files

Supported formats: PDF, DOC, DOCX, TXT, JPG, JPEG, PNG (Max: 10MB per file)
Documents will be pending admin approval after upload
@push('scripts') @endpush @endsection