@props(['active']) @php $classes = ($active ?? false) ? 'block w-full ps-3 pe-4 py-2 border-l-4 border-primary text-start text-base font-medium text-white bg-white/20 focus:outline-none focus:bg-white/30 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-white hover:bg-white/10 hover:border-white/20 focus:outline-none focus:bg-white/10 transition duration-150 ease-in-out'; @endphp merge(['class' => $classes]) }}> {{ $slot }}