User Activity Log

Filter, inspect, and export user/admin actions.

Back to Users
@forelse($logs as $log) @empty @endforelse
Timestamp User Event Action Route Target Entity IP
{{ optional($log->created_at)->format('Y-m-d H:i:s') }} {{ optional($log->user)->name ?? 'System' }} {{ $log->event_type }} {{ $log->description }} {{ $log->route_name ?? '-' }} {{ $this->formatSubject($log) }} {{ $log->ip_address ?? '-' }}
{{ $log->http_method }} {{ $log->url }}
No activity logs found for the selected filters.