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'] }}
🏷️
Client Projects
{{ $stats['clients_count'] ?? 0 }}
📁
Client Alerts
{{ $stats['angry_clients_count'] ?? 0 }}
{{ ($stats['angry_clients_count'] ?? 0) > 0 ? '⚠️' : '✨' }}
@if($errors->any())
⚠️
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('error'))
⚠️
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
Client Projects & Meetings Hub
Real-time client collaboration, AI transcription, MoM records, and emotion detection
Open Full Client Calls Hub ↗
@forelse($clients as $cl) @php $sent = strtolower($cl->latest_sentiment ?? 'neutral'); $badgeStyle = match($sent) { 'happy' => 'background: rgba(16, 185, 129, 0.15); color: #34d399; border: 1px solid rgba(16, 185, 129, 0.35);', 'sad' => 'background: rgba(245, 158, 11, 0.15); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.35);', 'angry' => 'background: rgba(239, 68, 68, 0.2); color: #f87171; border: 1px solid rgba(239, 68, 68, 0.45); font-weight: 700;', default => 'background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.35);', }; $emoji = match($sent) { 'happy' => '😊 Happy', 'sad' => '😟 Concerned', 'angry' => '😡 Frustrated', default => '😐 Neutral', }; $latestNote = $cl->callNotes->first(); @endphp @empty @endforelse
Project & Client Responsible Lead Total Calls Client Expression Action
{{ $cl->project_name }}
👤 {{ $cl->client_name }} @if($cl->company_name)• {{ $cl->company_name }}@endif • ✉️ {{ $cl->client_email }}
{{ $cl->responsibleUser->name ?? 'Unassigned' }} {{ $cl->meetings->count() }} meetings {{ $emoji }} @if($sent === 'angry' && $latestNote) @endif Open Client Hub ↗
No client projects registered yet. Create first client project
User Accounts Directory
Showing registered system entities and block controls
@forelse($users as $usr) @empty @endforelse
User Account Assigned Role Authentication Type Linked On Operations
@if($usr->avatar) {{ $usr->name }} @else
{{ strtoupper(substr($usr->name, 0, 1)) }}
@endif
{{ $usr->name }} @if($usr->is_blocked) Blocked @else Active @endif
{{ $usr->email }}
@if($usr->id !== $admin->id) @endif
@if($usr->role === 'admin') Admin @else User Portal @endif
@if($usr->roles->isNotEmpty())
@foreach($usr->roles as $role) @if(strtolower($role->name) === 'admin') @continue @endif {{ $role->name }} @endforeach
@elseif($usr->role !== 'admin')
{{ $defaultRoleName }}
@endif @if($usr->overrides->isNotEmpty())
@foreach($usr->overrides as $ov) @if($ov->type === 'allow') + {{ $ov->app->name ?? 'App' }}
@csrf @method('DELETE')
@else − {{ $ov->app->name ?? 'App' }}
@csrf @method('DELETE')
@endif @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()) @else @endif
@csrf
@else You (Admin) @endif
No registered accounts found in the database.

Manage System Services

@forelse($apps as $app) @empty @endforelse
Service Tag Action
@if($app->logo) {{ $app->name }} @else
{{ strtoupper(substr($app->name, 0, 1)) }}
@endif {{ $app->name }}
{{ $app->tag }}
@csrf @method('DELETE')
No registered service apps.

Manage Roles & Services

@csrf
@forelse($roles as $role) @empty @endforelse
Role Name Assigned Services Actions
{{ $role->name }} @if($role->description)
{{ $role->description }}
@endif
@forelse($role->apps as $app) {{ $app->name }} @empty None @endforelse
@csrf @method('DELETE')
No roles defined.
@csrf
@csrf
@csrf
@csrf
@csrf
Currently: None
@csrf
@csrf
+ Add New Service Override for User