@extends('layouts.app') @section('title', 'CEO Command Center') @push('styles') @endpush @section('content')

CEO Command Center

Organization-wide intelligence and automated risk detection.

AI Engines Active
Org Productivity

{{ $health['productivity'] }}%

TARGET 85%
Delivery Velocity

{{ $health['on_time_delivery'] }}%

ON-TIME
SLA COMPLIANCE OPTIMAL
Active Burnout Risks

{{ $health['active_burnout_risks'] }}

ENGINEERS
@if($health['active_burnout_risks'] > 0) IMMEDIATE ACTION REQUIRED @else WORKFORCE STABLE @endif

High Risk Delivery Forecast

@foreach($riskProjects as $project)
{{ $project->name }} {{ $project->tasks_count }} OVERDUE

Predicted delay: 4.2 days • Critical Path Blocked

@endforeach

Workforce Optimization AI

@foreach($burnoutRisks as $risk)
{{ $risk['user_name'] }} SCORE {{ $risk['burnout_score'] }}%

{{ $risk['reason'] }}

@endforeach @if($burnoutRisks->isEmpty())

No immediate risks detected

@endif

Strategic AI Recommendations

@foreach($recommendations as $rec) @endforeach
Context Recommendation Confidence Action
{{ str_replace('_', ' ', $rec->recommendation_type) }} {{ $rec->message }}
{{ $rec->confidence_score }}%
@endsection