- Source Name
- {{ $record->source_name }}
- Source Type
- {{ ucfirst($record->source_type) }}
- Record Date
- {{ $record->record_date->format('M d, Y') }}
@if($record->location)
- Location
- {{ $record->location }}
@endif
- Consumption
- {{ number_format($record->consumption, 2) }} {{ $record->consumption_unit }}
@if($record->carbon_equivalent)
- Carbon Equivalent (CO₂e)
- {{ number_format($record->carbon_equivalent, 2) }} CO₂e
@endif
@if($record->emission_factor)
- Emission Factor
- {{ number_format($record->emission_factor, 4) }}
@endif