@foreach($dashboardUi['compactMetrics'] as $metric)
@include('dashboard.partials.icon', ['name' => $metric['icon'], 'class' => 'h-[18px] w-[18px]'])

{{ number_format($metric['value']) }}

{{ $metric['label'] }}

{{ $metric['note'] }}
@endforeach