@foreach($dashboardUi['primaryMetrics'] as $metric) @if(!empty($metric['url'])) @else
@endif
@include('dashboard.partials.icon', ['name' => $metric['icon']])

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

{{ $metric['label'] }}

{{ $metric['note'] }}

@if(!empty($metric['url']))
@else
@endif @endforeach