Categorized audit trail for transactions, security blocks, account holds, and governance actions. Open a row dialog to start or complete review tasks, or use redirect buttons to jump to outbound security, working account blocks, or governance holds.
{{ session('status') }}
@endif @if ($errors->any()){{ $err }}
@endforeach| When | Event | Category | Subject | Workflow | Review |
|---|---|---|---|---|---|
| {{ $event['created_at']?->timezone(config('app.timezone'))->format('M j, Y g:i A') }} |
{{ $event['label'] }} {{ $event['action'] }} @if ($event['summary']){{ $event['summary'] }} @endif {{ $event['severity'] }} |
{{ $event['category'] }} |
@if ($event['subject_name'] || $event['subject_email'])
{{ $event['subject_name'] ?? $event['subject_email'] }}
@else
—
@endif
@if ($event['actor_name'])
By {{ $event['actor_name'] }} @endif |
{{ str_replace('_', ' ', $event['workflow_status']) }} | |
| No events match these filters. Transaction and security actions will appear here as they occur. | |||||