merge($getExtraAttributes())
->class([
'filament-tables-badge-column flex',
'px-4 py-3' => ! $isInline(),
match ($getAlignment()) {
'start' => 'justify-start',
'center' => 'justify-center',
'end' => 'justify-end',
'left' => 'justify-start rtl:flex-row-reverse',
'right' => 'justify-end rtl:flex-row-reverse',
default => null,
},
])
}}
>
@if (filled($state))
$stateColor,
])
>
@if ($stateIcon && $iconPosition === 'before')
@endif
$isCopyable,
])
>
{{ $state }}
@if ($stateIcon && $iconPosition === 'after')
@endif
@endif