{{ $activity['description'] }}
Risk Score: {{ $activity['risk_score'] ?? 'N/A' }}
| Transaction ID | Date | Amount | Type |
|---|---|---|---|
| {{ substr($transaction['id'], 0, 8) }}... | {{ \Carbon\Carbon::parse($transaction['date'])->format('M d, Y') }} | ${{ number_format($transaction['amount'] / 100, 2) }} | {{ ucfirst($transaction['type']) }} |
| No transaction details available | |||
Submitted to authority
Report generated by {{ $report->generatedBy ? $report->generatedBy->name : 'System' }}
This report contains confidential information and must not be disclosed to the subject of the report or any unauthorized parties.