@props([ 'title' => null, 'href' => '', 'active' => false, ]) @php $isActive = ($active || \Illuminate\Support\Str::startsWith($href, request()->url())); @endphp
@if($title)
  • @if($href) {{ $title ?? '' }} @else {{ $title ?? '' }} @endif
  • @endif @if ((string) $slot) @endif