@props(['active', 'icon']) @php $classes = ($active ?? false) ? 'flex items-center gap-3 px-4 py-3 bg-indigo-600 text-white rounded-xl text-sm font-bold transition shadow-lg shadow-indigo-900/50' : 'flex items-center gap-3 px-4 py-3 hover:bg-slate-800 hover:text-white rounded-xl text-sm transition font-medium'; @endphp merge(['class' => $classes]) }}> {{ $slot }}