@props(['active']) @php $classes = ($active ?? false) ? 'block w-full ps-3 pe-4 py-2 border-l-4 border-[#d4af37] text-start text-base font-medium text-[#d4af37] bg-[#d4af37]/10 focus:outline-none transition duration-150 ease-in-out' : 'block w-full ps-3 pe-4 py-2 border-l-4 border-transparent text-start text-base font-medium text-gray-400 hover:text-white hover:bg-white/5 hover:border-gray-700 focus:outline-none transition duration-150 ease-in-out'; @endphp merge(['class' => $classes]) }}> {{ $slot }}