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