@foreach($menu_nodes->loadMissing('metadata') as $key => $row)
  • $row->has_child, 'active' => $row->active])> target !== '_self') target="{{ $row->target }}" @endif title="{{ $row->title }}"> @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, 'view' => 'main-menu', 'options' => ['class' => 'sub-menu'], ]) !!} @endif
  • @endforeach