@foreach($menu_admin_dashboard->roots() as $item)
  • attributes() !!} @if($item->hasChildren()) class="treeview" @endif> hasChildren()) href="#" @else href="{{ $item->url() }}" @endif> {!! $item->icon !!} {{ $item->title }} @if($item->data('label') && 2 === count($item->data('label'))) {{ $item->data('label')[1] }} @endif @if($item->hasChildren()) @endif @if($item->hasChildren()) @endif
  • @endforeach