Post-disbursement audits, compliance, and findings management
Total Audits
{{ $totalAudits }}
In Progress
{{ $inProgress }}
Findings
{{ $findings }}
Compliance
{{ $avgCompliance }}%
This Month
{{ $thisMonth }}
Every stage transition across every application — immutable, timestamped, attributed (PRD Section 17)
{{ $entry->loanApplication?->application_number }} → {{ $entry->to_stage }}
{{ $entry->actor?->name ?? 'System' }} ({{ $entry->actor_role ?? '—' }}) · {{ $entry->created_at->format('M j, Y g:ia') }} · IP {{ $entry->ip_address ?? '—' }}
@if ($entry->notes){{ $entry->notes }}
@endifNo audits recorded yet.
@else| Audit Type | Application | Auditor | Status | Severity | Compliance Score |
|---|---|---|---|---|---|
| {{ $audit->audit_type }} | {{ $audit->loanApplication?->application_number ?? '—' }} | {{ $audit->auditor?->name ?? '—' }} | {{ ucfirst(str_replace('_',' ', $audit->status)) }} | {{ ucfirst($audit->finding_severity ?? 'none') }} | {{ $audit->compliance_score ?? '—' }}% |