@extends('layouts.masterbeta') @section('title', 'Click ERP - Document Vault') @section('breadcrumbs') Document Vault @endsection @section('content')

Document Vault

Store, manage, and share company or staff documents securely.

@forelse($documents as $doc) @empty @endforelse
Document Name Category Description Format Uploaded Actions
{{ $doc->name }}
@if($doc->category) {{ $doc->category }} @else Uncategorized @endif {{ $doc->description ?? 'No description provided.' }} {{ $doc->file_extension }}
{{ $doc->created_at ? $doc->created_at->format('M d, Y') : 'N/A' }}
{{-- --}}
No documents found in the Vault.
{{ $documents->links('pagination::bootstrap-5') }}
@endsection @push('modals') @endpush @push('scripts') @endpush