@php $unmanaged_shallow_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'unmanaged_shallow_mcf'); $unmanaged_deep_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'unmanaged_deep_mcf'); $managed_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'managed_mcf'); $managed_semi_aerobic_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'managed_semi_aerobic_mcf'); $uncategorised_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'uncategorised_mcf'); $total_weighted_mcf = \App\Models\ReferenceEf::getValue('timbulan_sampah', 'total_weighted_mcf'); @endphp
| Unmanaged, Shallow | Unmanaged, Deep | Managed | Managed, Semi-Aerobic | Uncategorised | Total Weighted MCF | |||
|---|---|---|---|---|---|---|---|---|
| MCF | MCF | MCF | MCF | MCF | ||||
| 0,4 | 0,8 | 1 | 0,5 | 0,6 | ||||
| {{ $isExport ? $unmanaged_shallow_mcf : getFormattedValue($unmanaged_shallow_mcf) }}% | {{ $isExport ? $unmanaged_deep_mcf : getFormattedValue($unmanaged_deep_mcf) }}% | {{ $isExport ? $managed_mcf : getFormattedValue($managed_mcf) }}% | {{ $isExport ? $managed_semi_aerobic_mcf : getFormattedValue($managed_semi_aerobic_mcf) }}% | {{ $isExport ? $uncategorised_mcf : getFormattedValue($uncategorised_mcf) }}% | {{ $isExport ? $total_weighted_mcf : getFormattedValue($total_weighted_mcf) }} | |||
| Total | {{ $isExport ? $total_weighted_mcf : getFormattedValue($total_weighted_mcf) }} | |||||||