@foreach ($items as $item)
  • hasChildren()) class="nav-item" @endif @lm_endattrs> parent !== null) @lm_attrs($item) @else @lm_attrs($item->link) @endif class="nav-link menu-arrow" @if ($item->hasChildren()) data-bs-toggle="collapse" @endif @lm_endattrs href="{!! $item->url() !!}"> {!! $item->title !!} @if ($item->hasChildren()) @if($item->parent !== null) @endif @endif @if ($item->hasChildren()) @endif
  • @endforeach