Track login/logout events and session history
| User | Action | IP Address | Browser | Timestamp |
|---|---|---|---|---|
| {{ $log->user->name ?? 'Unknown' }} | {{ ucfirst(str_replace('_', ' ', $log->action)) }} | {{ $log->ip_address ?? '-' }} | {{ Str::limit($log->user_agent, 50) }} | {{ $log->logged_at->format('d M Y H:i:s') }} |
| No activity logs found. | ||||