Rapor (Detaylı)

Oluşturulma: {{ $generatedAt }}

{{ $report->title }}

Tür: {{ strtoupper($report->type) }} | Dil: {{ strtoupper($report->language) }}
@if($report->description)

{{ $report->description }}

@endif

Toplam Emisyon

Toplam (CO₂e): {{ number_format($totalEmissions, 3) }} tCO₂e

Kapsam Bazında Toplamlar

@foreach($scopeTotals as $scope => $total) @endforeach
Kapsam Toplam (tCO₂e)
{{ strtoupper($scope) }} {{ number_format($total, 3) }}

Kategori Bazında Toplamlar

@foreach($categoryTotals as $category => $total) @endforeach
Kategori Toplam (tCO₂e)
{{ $category }} {{ number_format($total, 3) }}

Emisyon Verileri (Satır Detayı)

@foreach($emissionData as $row) @endforeach
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) }}