@props([ 'icon' => '', 'title' => '', 'description' => '', 'value' => '', 'model' => 'selected', 'variant' => 'default', 'disabled' => false, 'compact' => false ]) @php $id = uniqid('action_card_'); $iconClasses = match($icon) { 'check-c' => 'text-success bg-success-subtle', 'cross-c' => 'text-danger bg-danger-subtle', default => 'text-primary bg-primary-subtle' }; @endphp