@foreach ($dashboard['stats'] as $key => $stat)
@if (($stat['value'] ?? 0) > 0 || ($stat['amount'] ?? null))
@if (($stat['value'] ?? 0) > 0)
{{ $stat['value'] }}
@endif
{{ $stat['label'] ?? '' }}
{{ $stat['formatted_amount'] }}
@endif
@endforeach
{{-- Chart --}}