@props([ 'label' => null, 'id' => null, 'model' => null, 'required' => null, 'multiple' => null, ]) @php $inputId = $id ?? $model; $multipleClass = $multiple ? 'min-h-70' : null; $baseClass = 'w-full border bg-white dark:bg-zinc-900 rounded-sm hover:shadow-md px-3 py-2 text-sm dark:text-zinc-200 dark:focus:bg-zinc-950 focus:outline-0 focus:ring transition-all'; $errorClass = 'border-red-800 ring-red-500'; $normalClass = 'border-zinc-700 ring-zinc-600'; @endphp