@php $menuItemHref = function ($item) { $path = $item->url ?: $item->route; return $path ? url(rtrim($path, '/') . '/') : '#'; }; @endphp @foreach ($items as $item)
  • target ?: '_self') === '_blank') rel="noopener noreferrer" @endif>{{ $item->title }}
  • @endforeach