@props(['active']) @php $classes = ($active ?? false) ? 'block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out rounded-sm px-3 py-1 bg-gray-100 hover:bg-gray-100 rounded-sm relative px-3 py-1' : 'block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out rounded-sm px-3 py-1 hover:bg-gray-100 rounded-sm relative px-3 py-1'; @endphp