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'] }}
System Roles
{{ $stats['roles_count'] }}
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('error') }}
{{ session('success') }}
Manage System Services
Registered Service Apps
| Service | Tag | Action |
|---|---|---|
|
@if($app->logo)
{{ strtoupper(substr($app->name, 0, 1)) }}
@endif
{{ $app->name }}
|
{{ $app->tag }} |
|
| No registered service apps. | ||
Manage Roles & Services
System Application Roles
| Role Name | Assigned Services | Actions |
|---|---|---|
|
{{ $role->name }}
@if($role->description)
{{ $role->description }}
@endif
|
@forelse($role->apps as $app)
{{ $app->name }}
@empty
None
@endforelse
|
|
| No roles defined. | ||
User Service Overrides
Active Service Overrides
| User | App | Type | Action |
|---|---|---|---|
|
{{ $override->user->name }}
{{ $override->user->email }}
|
@if($override->app) {{ $override->app->name }} @else App Deleted @endif | @if($override->type === 'allow') ADDITIONAL @else REVOKED @endif | |
| No custom overrides active. Services resolved by roles. | |||
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 Portal
@endif
@if($usr->roles->isNotEmpty())
@foreach($usr->roles as $role)
{{ $role->name }}
@endforeach
@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) @if(!$usr->isAdmin()) @endif @else You (Admin) @endif |
| No registered accounts found in the database. | ||||