@foreach ($menu_nodes as $key => $row)
  • target !== '_self') target="{{ $row->target }}" @endif> {!! $row->icon_html !!} {{ $row->title }} @if ($row->has_child) {!! Menu::generateMenu([ 'menu' => $menu, 'menu_nodes' => $row->child, 'view' => 'menu', 'options' => [ 'class' => 'nav-dropdown nav-submenu', ], ]) !!} @endif
  • @endforeach