Overall Compliance Score
{{ $metrics['overall_score'] ?? '94.5' }}%
+2.3% from last month
KYC Completion Rate
{{ $metrics['kyc_rate'] ?? '98.2' }}%
{{ $metrics['pending_kyc'] ?? '12' }} pending verifications
AML Alerts
{{ $metrics['aml_alerts'] ?? '23' }}
{{ $metrics['resolved_alerts'] ?? '18' }} resolved this week
Sanctions Hits
{{ $metrics['sanctions_hits'] ?? '2' }}
Requires immediate review
| Activity | Type | Risk Level | Status | Date |
|---|---|---|---|---|
| {{ $activity['activity'] }} | {{ $activity['type'] }} | @php $riskColors = [ 'Low' => 'green', 'Medium' => 'yellow', 'High' => 'red' ]; $color = $riskColors[$activity['risk']] ?? 'gray'; @endphp {{ $activity['risk'] }} | {{ $activity['status'] }} | {{ $activity['date'] }} |