@props([ 'title' => '', 'model' => '', 'conditionModel' => '', 'name' => '', 'conditionName' => '', 'type' => 'text', 'placeholder' => '', 'value' => '', 'conditionValue' => '', 'conditionOptions' => [], 'hint' => '', 'disabled' => false, 'mb' => 'mb-3', 'min' => null, 'step' => null, ]) @php $hasError = $errors->has($name) || $errors->has($conditionName); @endphp