@props(['active']) @php $classes = ($active ?? false) ? 'block w-full rounded-2xl border border-orange-300/30 bg-orange-300/10 px-4 py-3 text-start text-sm font-semibold text-orange-100' : 'block w-full rounded-2xl px-4 py-3 text-start text-sm font-medium text-slate-300 transition hover:bg-white/5 hover:text-white'; @endphp merge(['class' => $classes]) }}> {{ $slot }}