System Health
@php
$healthData = $this->getHealthMonitor()->getAllCustodiansHealth();
$healthy = collect($healthData)->where('status', 'healthy')->count();
$total = count($healthData);
$percentage = $total > 0 ? round(($healthy / $total) * 100) : 0;
@endphp
{{ $percentage }}%
{{ $healthy }}/{{ $total }} banks operational
Active Connections
@php
$registry = $this->getCustodianRegistry();
$connectors = $registry->getAllConnectorNames();
@endphp
{{ count($connectors) }}
Configured bank connectors
Next Actions
Run Reconciliation
Refresh Status