@php $menu_nodes->loadMissing('metadata'); @endphp @foreach ($menu_nodes as $key => $row)
  • target !== 'self') target="{{ $row->target }}" @endif> @if ($iconImage = $row->getMetadata('icon_image', true)) icon image @elseif ($row->icon_font) @endif {{ $row->title }} @if ($row->has_child) {!! Menu::generateMenu([ 'menu' => $menu, 'menu_nodes' => $row->child, 'options' => ['class' => 'submenu'], 'view' => 'menu', ]) !!} @endif
  • @endforeach