@if($section->isFinancial())
| Variable | Previous | Current | {{ $section->rows->first()?->outputLabel() ?? 'Cumulative' }} |
|---|---|---|---|
| {{ $row->label }} | {{ number_format($prev, 0) }} | {{ number_format($curr, 0) }} | @if($row->isPerformanceMode()) {{ number_format($output, 0) }} @else {{ number_format($output, 0) }} @endif |
| {{ $row->label }} | {{ is_numeric($val) ? number_format((float) $val, 0) : $val }} |
{{ $val }}