@php $total = 0; @endphp @foreach ($emisiData as $data) @php $total += $data->tow; @endphp @endforeach
A B C D
Tahun Population
(P)
cap
Degradable organic component
(BOD)
(kg BOD / cap.yr)
Correction factor for industrial BOD discharged in sewers (I) 2 Total Organically degradable material in wastewater
(TOW)
(kg BOD / yr)
D = A x B x C
{{ $isExport ? $data->population : getFormattedValue($data->population, 3) }} {{ $isExport ? $data->ef_bod : getFormattedValue($data->ef_bod) }} {{ $isExport ? $data->ef_correction_factor : getFormattedValue($data->ef_correction_factor) }} {{ $isExport ? $data->tow : getFormattedValue($data->tow, 2) }}
Total {{ $isExport ? $total : getFormattedValue($total, 2) }}