System Overview
Welcome, {{ $admin->name }}. Monitoring active directories, credentials, and SSO logins.
Total Registrations
{{ $stats['total_users'] }}
Administrators
{{ $stats['admins_count'] }}
Blocked Accounts
{{ $stats['blocked_count'] }}
Registered Apps
{{ $stats['apps_count'] }}
{{ session('error') }}
{{ session('success') }}
Manage System Services
Registered Service Apps
| Service | Tag | URL | Action |
|---|---|---|---|
|
{{ $app->name }}
|
{{ $app->tag }} | ||
| No registered service apps. | |||
Restrict User Access
Active Access Restrictions
| User Email | Restricted App | Action |
|---|---|---|
| {{ $res->email }} | @if($res->app) {{ $res->app->name }} @else App Deleted @endif | |
| No active restrictions. All apps visible to all users. | ||
User Accounts Directory
Showing registered system entities and block controls
| User Account | Assigned Role | Authentication Type | Linked On | Operations |
|---|---|---|---|---|
|
@if($usr->avatar)
{{ strtoupper(substr($usr->name, 0, 1)) }}
@endif
{{ $usr->name }}
@if($usr->is_blocked)
Blocked
@else
Active
@endif
{{ $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' }} | @if($usr->id !== $admin->id) @else You (Admin) @endif |
| No registered accounts found in the database. | ||||