Activity Logs

This page captures all user and administrator activities within the successful and failed login attempts to logout actions. Use the date filter to review activity history.

Monitor Logs

Suspicious Activity

@forelse ($dangerUsers ?? [] as $i => $User)
⚠️ {{ $User->fullname }} got alerted because {{ $User->reason }}, total: {{ $User->count }} times.
@empty @endforelse
@if(auth()->user()->role === 'superadmin')
@endif
@foreach ($showLog as $i => $Log) {{-- @php $isDanger = in_array($Log->user_id, $userIdsDanger) && $Log->action == 'reset_password' && !in_array($Log->user_id, $lockedUserIds); @endphp --}} {{-- --}} @endforeach
No Name Action Type of Failure TimeStamp
{{ $i + 1 }}. {{ $Log->user->fullname ?? '-'}} {{ $Log->action ?? '-'}} {{ $Log->failure_type ?? '-'}} {{ $Log->timestamp ?? '-' }}
@if(auth()->user()->role === 'superadmin')
@foreach ($showAdminAction as $i => $adminact) @endforeach
No Name Action Details TimeStamp
{{ $i + 1 }}. {{ $adminact->user->fullname ?? '-'}} {{ $adminact->action ?? '-'}} {{ $adminact->details ?? '-'}} {{ $adminact->timestamp ?? '-' }}
@endif