@extends('layouts.master') @section('content')
{{ getFormattedValue(@$cardData['totalEmisi'], 2) }}
{{ getFormattedValue(@$cardData['emisiEnergi'], 2) }}
{{ getFormattedValue(@$cardData['emisiPertanian'], 2) }}
{{ getFormattedValue(@$cardData['emisiLahan'], 2) }}
{{ getFormattedValue(@$cardData['emisiLimbah'], 2) }}
| Emissions | CO2 Eq (Gg) |
CO2 (Gg) |
CH4 (Gg) |
N2O (Gg) |
|
|---|---|---|---|---|---|
| {{ $no++ }} | {{ $sector }} | {{ getFormattedValue($emissions['co2eq'], 2) }} | {{ getFormattedValue($emissions['co2'], 2) }} | {{ getFormattedValue($emissions['ch4'], 2) }} | {{ getFormattedValue($emissions['n2o'], 2) }} |
| TOTAL | {{ getFormattedValue($totalCo2eq, 2) }} | {{ getFormattedValue($totalCo2, 2) }} | {{ getFormattedValue($totalCh4, 2) }} | {{ getFormattedValue($totalN2o, 2) }} |