@foreach($menu_nodes as $key => $row)
  • $row->has_child])> $row->has_child, 'active' => $row->active, $row->css_class]) href="{{ $row->url }}" target="{{ $row->target }}" @if($row->has_child) role="button" data-bs-toggle="dropdown" aria-expanded="false" @endif > {!! $row->icon_html !!} {{ $row->title }} @if($row->has_child) @endif
  • @endforeach