Real-time status of critical infrastructure, background follow-ups, database, and integrations.
Provider: {{ strtoupper($health['components']['email']['provider']) }}
Last Tested: {{ $health['components']['email']['last_tested'] ?? 'Never' }}
@if($health['components']['email']['error'])Error: {{ $health['components']['email']['error'] }}
@endifEngine: {{ $health['components']['ai']['provider'] }}
Heuristics: Active
Scheduled Tasks: {{ $health['components']['followups']['scheduled'] }}
Overdue Tasks: {{ $health['components']['followups']['overdue'] }}
Database: {{ strtoupper($health['components']['database']['driver']) }}
PHP Version: {{ $health['runtime']['php_version'] }}