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