{{ $company->name }}

{{ $report->title }} — {{ strtoupper($report->type) }} ({{ strtoupper($report->language) }})
Oluşturulma: {{ $generatedAt->format('d.m.Y H:i') }}
Proje: {{ $project->name }}
Raporlama Yılı: {{ $project->reporting_year }}
Durum: {{ ucfirst($report->status) }}
Toplam Emisyon: {{ number_format($totalEmissions, 3) }} tCO₂e
@if($report->description)
{{ $report->description }}
@endif

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 => $info) @endforeach
Kategori Toplam (tCO₂e)
{{ $category }} {{ number_format($info['total_emissions'] ?? (is_numeric($info) ? $info : 0), 3) }}

Metodoloji

Bu rapor, proje bazlı emisyon verileri kullanılarak oluşturulmuştur. Emisyon faktörleri ve küresel ısınma potansiyelleri (GWP) ilgili standart kaynaklardan (IPCC vb.) alınmıştır. Detaylı hesap yöntemleri için ayrıntılı rapor şablonlarını inceleyiniz.