merge($getExtraAttributes(), escape: false)
            ->class(['fi-ta-values-summary grid gap-y-1 px-3 py-4'])
    }}
>
    @if (filled($label = $getLabel()))
        
            {{ $label }}
        
    @endif
    @if ($state = $getState())
         $isBulleted(),
            ])
        >
            @foreach ($state as $stateItem)
                - 
                    {{ $formatState($stateItem) }}
                @endforeach
@endif