@props([ 'link' => '', 'active' => false, 'tooltip' => '']) @php if (!$active){ $active = url()->current() === $link; } @endphp @aware(['activeClass' => 'bg-gray-100 text-gray-900'])