@props([ 'value', 'label' => null, 'selected' => false, ]) @php $text = $label ?? trim(preg_replace('/\s+/u', ' ', strip_tags((string) $slot))); $stringValue = (string) $value; @endphp