@aware(['activateByRoute' => false, 'activeBgColor' => 'bg-base-300'])
  • class([ "my-0.5 hover:text-inherit rounded-md whitespace-nowrap ", "mary-active-menu $activeBgColor" => ($active || ($activateByRoute && $routeMatches())) ]) }} @if($link) href="{{ $link }}" @if($external) target="_blank" @endif @if(!$external && !$noWireNavigate) wire:navigate @endif @endif > @if($icon) @endif @if($title || $slot->isNotEmpty()) @if($title) {{ $title }} @if($badge) {{ $badge }} @endif @else {{ $slot }} @endif @endif