Sürdürülebilirlik Raporu
Oluşturulma: {{ $generatedAt }}
{{ $report->title }}
Dil:
{{ strtoupper($report->language) }}
@if($report->description)
{{ $report->description }}
@endif
Şirket ve Proje
Şirket:
{{ $company->name }}
Proje:
{{ $project->name }}
Yıl:
{{ $project->reporting_year }}
Toplam Emisyon
Toplam (CO₂e):
{{ number_format($totalEmissions, 3) }} tCO₂e
Kapsam Dağılımı
Kapsam
Toplam (tCO₂e)
@foreach($scopeTotals as $scope => $total)
{{ strtoupper($scope) }}
{{ number_format($total, 3) }}
@endforeach