@foreach($items as $item)
hasChildren()) class="nav-item dropdown" @endif @lm_endattrs>
@if($item->link) link) @if($item->hasChildren()) class="nav-link dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" @else class="nav-link" @endif @lm_endattrs href="{!! $item->url() !!}">
{!! $item->title !!}
@if($item->hasChildren()) @endif
@else
{!! $item->title !!}
@endif
@if($item->hasChildren())
@endif
@if($item->divider)
divider) !!}>
@endif
@endforeach