@extends('layouts/layoutMaster') @section('title', ($companyDetails['name'] ?? 'Client') . ' — Document Repository') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-style') @endsection @section('content') {{-- Page Header --}}

Client Details

Permanent files stored for this client.

{{-- Company Header Card --}} @include('companies.administrator._header', ['companyDetails' => $companyDetails]) {{-- Left Nav + Right Content --}}
{{-- Left Sidebar Navigation --}}
@include('companies.administrator._nav', ['activePage' => 'documents-repository', 'companyDetails' => $companyDetails])
{{-- Right Content --}}
{{-- Stats Cards --}}
24
Total Files
15
From DR
9
Uploaded
~18 MB
Storage
{{-- Repository Card --}}
Document Repository
Permanent files stored from document requests and manual uploads.
{{-- Repository Filters --}}
{{-- Repository File Grid --}}
{{-- Sample file 1: PDF from DR --}}
Audited Financial Statements FY2025.pdf
2.4 MB 15 Feb 2026
DR-2026-0042 Financial
{{-- Sample file 2: Excel from DR --}}
Trial Balance FY2025.xlsx
856 KB 12 Feb 2026
DR-2026-0042 Financial
{{-- Sample file 3: PDF from DR --}}
Tax Computation FY2025.pdf
1.1 MB 08 Feb 2026
DR-2026-0039 Tax
{{-- Sample file 4: Word, manual upload --}}
Board Resolution 2025.docx
245 KB 20 Jan 2026
Uploaded Corporate
{{-- Sample file 5: Image, manual upload --}}
SSM Certificate 2026.jpg
3.8 MB 05 Jan 2026
Uploaded Compliance
{{-- Sample file 6: PDF, manual upload --}}
Company Profile 2026.pdf
5.2 MB 02 Jan 2026
Uploaded General
{{-- Empty state (hidden by default, shown when no files match) --}}
No files found

Try adjusting your filters or upload a new file.

{{-- Upload File Modal --}} @endsection @section('page-script') @endsection