@extends('layouts.app') @section('title', 'Emisyon Verileri') @section('content')
Tarih | Proje | Kategori | Kapsam | Aktivite | Miktar | Toplam CO₂e | Durum | İşlemler |
---|---|---|---|---|---|---|---|---|
{{ $row->measurement_date?->format('d.m.Y') }} | {{ optional($row->emissionProject)->name }} | {{ $row->category }} | {{ strtoupper($row->scope) }} | {{ $row->activity_name }} | {{ $row->activity_data }} {{ $row->activity_unit }} | {{ number_format($row->total_emissions, 6) }} | @if($row->is_verified) Doğrulandı @else Taslak @endif |
Kayıtlı emisyon verisi bulunamadı.
@can('emission_data.create') İlk Kaydı Oluştur @endcan