@foreach($menu_nodes as $key => $row)
  • $row->has_child])> $row->active, $row->css_class]) href="{{ $row->url }}" target="{{ $row->target }}"> {!! BaseHelper::clean($row->icon_html) !!} {{ $row->title }} @if($row->has_child) {!! Menu::renderMenuLocation('main-menu', ['view' => 'main-menu', 'menu' => $menu, 'menu_nodes' => $row->child, 'options' => ['class' => 'sub-menu']]) !!} @endif
  • @endforeach {!! Theme::partial('language-switcher-mobile') !!}