Stage Bottleneck Matrix
Under-progress only| Stage | Live Cases | Avg Days | Green | Yellow | Amber | Red | Escalation |
|---|---|---|---|---|---|---|---|
| {{ $row['stage'] ?? '-' }} | {{ number_format((int) ($row['live_cases'] ?? 0)) }} | {{ number_format((int) ($row['avg_days'] ?? 0)) }} | {{ number_format((int) ($row['green'] ?? 0)) }} | {{ number_format((int) ($row['yellow'] ?? 0)) }} | {{ number_format((int) ($row['amber'] ?? 0)) }} | {{ number_format((int) ($row['red'] ?? 0)) }} | {{ $row['escalation'] ?? '-' }} |
| No stage bottleneck data found for selected filters. | |||||||