@props([ 'label' => '', 'name' => '', 'options' => [], 'value' => '', 'placeholder' => null, 'class' => '', ]) @php // Auto-generate placeholder only if not provided if (!$placeholder) { $placeholder = 'Choose ' . strtolower($label) . '…'; } @endphp