@php $hasSuffix = (isset($suffix) && $suffix instanceof \Illuminate\View\ComponentSlot && $suffix->isNotEmpty()) || ($suffix ?? null); $inputClass = $hasSuffix ? $defaultClass . ' rounded-r-none border-r-0' : $defaultClass; @endphp