@props([ "active", "icon", "dropDownId", "dropDownName", ]) @php $classes = $active ?? false ? "cursor-pointer rounded-lg bg-zinc-100" : "group cursor-pointer rounded-lg transition-all duration-300 hover:bg-zinc-100"; @endphp