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