@if (loading()) {
Loading inventory...
} @else if (error()) { } @else {
{{ healthLabel() }}
{{ totalCount() }} Total Spools
@if (activeCount() < totalCount()) { {{ activeCount() }} active }
{{ lowStockCount() }} Low Stock
@if (hasCritical()) { {{ criticalCount() }} critical }
{{ formatCurrency(totalValue()) }} Est. Value
{{ overallRemainingPercent() }}% Remaining
}