@extends('layouts.app') @section('title', 'Emisyon Faktörleri') @section('content')
Ad | Kategori | Birim | Kapsam | Aktif | İşlemler |
---|---|---|---|---|---|
{{ $factor->name }} | {{ $factor->category }} | {{ $factor->unit }} | {{ strtoupper($factor->scope) }} | {{ $factor->is_active ? 'Aktif' : 'Pasif' }} |
Kayıtlı emisyon faktörü bulunamadı.
@can('emission_factor.create') İlk Faktörü Ekle @endcan