@props(['route', 'label', 'pattern' => null, 'blank' => false]) @php $classes = request()->routeIs($pattern) ? 'bg-white bg-opacity-20 text-white rounded px-2 py-1' : 'text-gray-200 hover:bg-white hover:bg-opacity-10 rounded px-2 py-1'; @endphp {{ $label }}