@php $total = 0; @endphp @foreach ($emisiData as $data) @php $total += $data->msw_b; @endphp @endforeach
A B C D E F
Populasi
P
(Capita)
Fraksi Populasi yang membakar sampah
Pfrac
(fraction)
Timbulan Sampah per Kapita
MSWP
(ton sampah / kapita / tahun)
Fraksi jumlah sampah yang terbakar dari total sampah yang dibakar
Bfrac
(fraction)
Jumlah total sampah yang dibakar terbuka
MSWB
(Gg / tahun)
{{ $isExport ? $data->population : getFormattedValue($data->population, 4) }} {{ $isExport ? $data->fraction : getFormattedValue($data->fraction, 4) }} {{ $isExport ? $data->msw_p : getFormattedValue($data->msw_p, 4) }} {{ $isExport ? $data->ef_b_frac : getFormattedValue($data->ef_b_frac) }} {{ $isExport ? $data->msw_b : getFormattedValue($data->msw_b, 4) }}
Total {{ $isExport ? $total : getFormattedValue($total, 4) }}