@extends('layouts.app') @section('content') {{-- Security Toast Container --}}
{{-- 1. HEADER SECTION --}}

Control Center

Global Workforce Command (PKT)

{{-- 2. LIVE METRICS --}}

Personnel Online

{{ $employeePerformance->where('is_online', true)->count() }}

Security Status

Optimal

AI Hits Today

{{ $employeePerformance->where('is_violating', true)->count() }}

Recent Intel

{{ $stats['total_tasks'] ?? 0 }}

{{-- 3. MONITORING TABLE --}}

Operator Telemetry Stream

Syncing...
@foreach($employeePerformance as $employee) @endforeach
Operator Visual Signal Status Active Node Actions
{{ strtoupper(substr($employee->name, 0, 1)) }}

{{ $employee->name }} Policy Breach

ID: {{ $employee->user_id }}

{{ $employee->is_online ? 'ONLINE' : 'OFFLINE' }}

"{{ $employee->last_window_title ?? 'System Idle' }}"

🔍 View 🖼️ Gallery
{{-- Sound for Breach --}} @endsection