Active Alerts
{{ $stats['active_alerts'] ?? 18 }}
{{ $stats['new_today'] ?? 3 }} new today
OFAC Matches
{{ $stats['ofac_matches'] ?? 2 }}
Immediate action required
BSA Reports
{{ $stats['bsa_reports'] ?? 45 }}
{{ $stats['pending_bsa'] ?? 5 }} pending submission
Risk Score
{{ $stats['risk_score'] ?? 'Low' }}
Last assessed: {{ now()->subHours(2)->diffForHumans() }}
{{ $list['entries'] }} entries
Updated: {{ $list['updated'] }}
| Alert ID | Type | Entity | Risk Score | Status | Generated | Actions |
|---|---|---|---|---|---|---|
| {{ $alert['id'] }} | @if($alert['type'] === 'OFAC Match') {{ $alert['type'] }} @else {{ $alert['type'] }} @endif | {{ $alert['entity'] }} |
{{ $alert['risk'] }}
|
@php $statusColors = [ 'urgent' => 'red', 'investigating' => 'yellow', 'pending' => 'blue', 'cleared' => 'green' ]; $color = $statusColors[$alert['status']] ?? 'gray'; @endphp {{ ucfirst($alert['status']) }} | {{ $alert['time'] }} | Investigate @if($alert['status'] !== 'cleared') Clear Escalate @endif |
Filing deadline: {{ $report['deadline'] }}