@extends('layouts.app') @section('title', 'Proje Detayı') @section('content')
| Kapsam | Toplam (tCO₂e) |
|---|---|
| {{ strtoupper($scope) }} | {{ number_format($total, 6) }} |
| Tarih | Kategori | Kapsam | Aktivite | Miktar | Toplam CO₂e | Giren | |
|---|---|---|---|---|---|---|---|
| {{ $row->measurement_date?->format('d.m.Y') }} | {{ $row->category }} | {{ strtoupper($row->scope) }} | {{ $row->activity_name }} | {{ $row->activity_data }} {{ $row->activity_unit }} | {{ number_format($row->total_emissions, 6) }} | {{ optional($row->enteredBy)->name }} |