merge($getExtraAttributes(), escape: false) ->class(['fi-ta-icon-count-summary grid gap-y-1.5 px-3 py-4']) }} > @if (filled($label = $getLabel()))

{{ $label }}

@endif @if ($state = $getState())
@foreach ($state as $color => $icons) @php $color = json_decode($color); @endphp @foreach ($icons as $icon => $count) @if (filled($icon))
{{ $count }} 'text-gray-400 dark:text-gray-500', default => 'text-custom-500 dark:text-custom-400', }, ]) @style([ \Filament\Support\get_color_css_variables($color, shades: [400, 500]) => $color !== 'gray', ]) />
@endif @endforeach @endforeach
@endif