@extends('layouts.app') @section('title', 'Waste & Sustainability Dashboard') @section('content')
Expands environmental management to cover sustainability
Total Records
{{ $stats['total_records'] }}
Recycling Records
{{ $stats['recycling_records'] }}
Monthly Carbon (CO₂e)
{{ number_format($stats['monthly_carbon'] ?? 0, 2) }}
Yearly Carbon (CO₂e)
{{ number_format($stats['yearly_carbon'] ?? 0, 2) }}
{{ $record->reference_number }}
No waste records
@endforelse{{ $record->reference_number }}
No carbon records
@endforelse