@php $total = 0; @endphp @foreach ($emisiData as $data) @php $total += $data->ch4_final; @endphp @endforeach
A B C D E
Jumlah sampah yang diolah secara biologi dlm satu tahun (Gg) Faktor Emisi (g CH4 / kg sampah terolah) Gas Metana yang dihasilkan per tahun (Gg CH4) Gas Metana yang di-recovery / di-flare per tahun
(Gg CH4)
Gas Metana yang dihasilkan per tahun
(Gg CH4)
C = (A x B) x 10-3 E = (C - D)
{{ $data->activity->name }} {{ $isExport ? $data->num_waste : getFormattedValue($data->num_waste, 4) }} {{ $isExport ? $data->ef : getFormattedValue($data->ef) }} {{ $isExport ? $data->ch4 : getFormattedValue($data->ch4, 4) }} {{ $isExport ? $data->ch4_recovery : getFormattedValue($data->ch4_recovery, 4) }} {{ $isExport ? $data->ch4_final : getFormattedValue($data->ch4_final, 4) }}
Total {{ $isExport ? $total : getFormattedValue($total, 4) }}