{{ $report->description }}
@endifToplam (CO₂e): {{ number_format($totalEmissions, 3) }} tCO₂e
Kapsam | Toplam (tCO₂e) |
---|---|
{{ strtoupper($scope) }} | {{ number_format($total, 3) }} |
Kategori | Toplam (tCO₂e) |
---|---|
{{ $category }} | {{ number_format($total, 3) }} |
Tarih | Kategori | Kapsam | Değer | Birim | Faktör | Toplam CO₂e |
---|---|---|---|---|---|---|
{{ $row->date?->format('d.m.Y') }} | {{ $row->category }} | {{ strtoupper($row->scope) }} | {{ $row->value }} | {{ $row->unit }} | {{ optional($row->emissionFactor)->name }} | {{ number_format($row->total_emissions, 6) }} |