Workspace Health & Diagnostics

Workspace Health & System Diagnostics

Real-time status of critical infrastructure, background follow-ups, database, and integrations.

Outbound Email {{ strtoupper($health['components']['email']['status']) }}

Provider: {{ strtoupper($health['components']['email']['provider']) }}

Last Tested: {{ $health['components']['email']['last_tested'] ?? 'Never' }}

@if($health['components']['email']['error'])

Error: {{ $health['components']['email']['error'] }}

@endif
Smart Lead Scoring {{ strtoupper($health['components']['ai']['status']) }}

Engine: {{ $health['components']['ai']['provider'] }}

Heuristics: Active

Follow-Up Engine {{ strtoupper($health['components']['followups']['status']) }}

Scheduled Tasks: {{ $health['components']['followups']['scheduled'] }}

Overdue Tasks: {{ $health['components']['followups']['overdue'] }}

Database & Runtime OPERATIONAL

Database: {{ strtoupper($health['components']['database']['driver']) }}

PHP Version: {{ $health['runtime']['php_version'] }}