@extends('layouts/layoutMaster') @section('title', ($providerDetails->display_name ?? 'Provider') . ' — Checklists') @section('content') @php $provId = $providerDetails->uuid ?? ''; @endphp

Provider Details

Document checklists per job type — link items from Repository.

@include('providers.administrator._header', ['providerDetails' => $providerDetails])
@include('providers.administrator._nav', ['activePage' => 'documents-checklists', 'providerDetails' => $providerDetails])
{{-- Filters --}}
{{-- Checklist Header --}}
Statutory Audit — Checklist
5 documents required from client for this job type.
3 with repository link 2 without
{{-- Checklist Items --}}
1
Financial Statements
Annual financial statements for the year under audit.
Required
Accepted: PDF, XLSX
Linked: Audit Engagement Letter (v3)
2
Bank Statements
Monthly bank statements for all accounts (Jan–Dec).
Required
Accepted: PDF
Linked: Sample Bank Confirmation (v1)
3
Tax Computation
Current year tax computation workpapers.
Required
Accepted: XLSX, PDF
Linked: Tax Computation Workpaper (v5)
4
Board Minutes
Board meeting minutes and resolutions for the year.
Optional
Accepted: PDF, DOCX
No repository link
5
Payroll Summary
Monthly payroll summary and EA forms for all employees.
Optional
Accepted: XLSX, CSV
No repository link
@endsection @section('page-script') @endsection