@props([ 'label' => '', // label text 'labelclass' => '', // extra CSS classes for the label 'inputclass' => '', // input classes 'id' => '', 'name' => '', // input name 'disabled' => false, // disabled flag 'options' => [], 'selected' => '', // input value 'placeholder' => '', // placeholder text 'style' => '', // raw style string for the input 'required' => false, // true/false or truthy value 'autocomplete' => false, 'description' => '', // optional descriptive text below the input ])