Audit log

Security and compliance activity

@if ($canExport) Export CSV @endif
Filter
@forelse ($logs as $log) @empty @endforelse
Time Action Actor Details
{{ $log->created_at?->format('M j, g:i A') }} {{ $actions[$log->action] ?? $log->action }} {{ $log->actor_ref ?? 'System' }} @if ($log->metadata) {{ collect($log->metadata)->except('_awaiting_approval')->map(fn ($v, $k) => "$k: $v")->join(' · ') }} @else — @endif
No audit entries found.
{{ $logs->links() }}