@props([ 'active' => false, 'disabled' => false, 'icon' => null, 'iconAlias' => null, 'label' => null, 'separator' => false, ]) @php $hasIcon = filled($icon); $hasLabel = filled($label) || $separator; $isDisabled = $disabled || $separator; @endphp
  • ! $isDisabled, ]) >