@php $inputId = $htmlId !== 'null' ? $htmlId . '-input' : null; $selectId = $htmlId !== 'null' ? $htmlId . '-select' : null; @endphp