{{-- Main Stats Grid --}}
@foreach ($mainStats as $stat)
{{ $stat['label'] }}
@if ($stat['prefix']) {{ $stat['prefix'] }} @endif {{ $stat['value'] }}
{{ $stat['desc'] }}
@endforeach
{{-- Units Breakdown --}}
{{-- Production --}}

Produksi Telur (By Unit)

@forelse($totalEggsByUnit as $item)
{{ $item['unit_name'] }}
Bagus {{ $item['total_good'] }}
Pecah {{ $item['total_broken'] }}
@empty
Belum ada data produksi
@endforelse
{{-- Delayed --}}

Barang Tertunda (By Unit)

@forelse($totalDelayedByUnit as $item)
{{ $item['unit_name'] }} {{ $item['total'] }}
@empty
Tidak ada barang tertunda
@endforelse