Dashboard
User Activities List
| S:NO | User Name | Activity Type | Details | IP Address | Created At |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->user->name ?? 'System' }} | {{ ucfirst(str_replace('_', ' ', $user->activity_type ?? 'N/A')) }} | {{ $user->details ?? '-' }} | {{ $user->ip_address ?? '-' }} |
{{ $user->created_at ? $user->created_at->format('d M Y h:i A') : '-' }} |
| No User Activities Found | |||||