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

Bank Connector Status

{{ $this->table }}
Run Daily Reconciliation

This will perform a full balance reconciliation for all accounts. This process may take several minutes.

Start Reconciliation Cancel