@php $activity = $activity ?? 'sisa_makanan'; @endphp
@php $total = 0; @endphp @foreach ($emisiData as $data) @if ($data->activity_code === $activity) @php $total += $data->ch4; @endphp @endif @endforeach
Year Amount deposited Dry matter content MCF Decomposable DOC (DDOCm) deposited DDOCm not reacted.
Deposition year
DDOCm decomposed.
Deposition year
DDOCm accumulated in SWDS end of year DDOCm decomposed CH4 generated
W dm MCF D = W * dm * DOC * DOCf * MCF B = D * exp2 C = D * (1 - exp2) H = B + (Hlastyear * exp1) E = C + Hlastyear * (1 - exp1) Q = E * 16 / 12 * F
Gg fraction fraction Gg Gg Gg Gg Gg Gg
{{ $isExport ? $data->amount : getFormattedValue($data->amount) }} {{ $isExport ? $data->dry_matter : getFormattedValue($data->dry_matter) }} {{ $isExport ? $data->ef_mcf : getFormattedValue($data->ef_mcf) }} {{ $isExport ? $data->ddocm_deposited : getFormattedValue($data->ddocm_deposited, 4) }} {{ $isExport ? $data->ddocm_unreacted : getFormattedValue($data->ddocm_unreacted, 4) }} {{ $isExport ? $data->ddocm_decomposed_1 : getFormattedValue($data->ddocm_decomposed_1, 4) }} {{ $isExport ? $data->ddocm_accumulated : getFormattedValue($data->ddocm_accumulated, 4) }} {{ $isExport ? $data->ddocm_decomposed_2 : getFormattedValue($data->ddocm_decomposed_2, 4) }} {{ $isExport ? $data->ch4 : getFormattedValue($data->ch4, 4) }}
Total {{ $isExport ? $total : getFormattedValue($total, 4) }}