System Overview
Welcome, {{ $admin->name }}. Monitoring active directories, credentials, and SSO logins.
Total Registrations
{{ $stats['total_users'] }}
Administrators
{{ $stats['admins_count'] }}
Microsoft Connected
{{ $stats['microsoft_users'] }}
Local Auth Only
{{ $stats['credentials_users'] }}
User Accounts Directory
Showing registered system entities
| User Account | Assigned Role | Authentication Type | Linked On | Operations |
|---|---|---|---|---|
|
@if($usr->avatar)
{{ strtoupper(substr($usr->name, 0, 1)) }}
@endif
{{ $usr->name }}
{{ $usr->email }}
|
@if($usr->role === 'admin') Admin @else User @endif | @if($usr->microsoft_id) Microsoft OAuth @else Local Password @endif | {{ $usr->created_at ? $usr->created_at->format('Y-m-d H:i') : 'N/A' }} | |
| No registered accounts found in the database. | ||||