logo
    @foreach (admin_bar()->getGroups() as $slug => $group) @if (Arr::get($group, 'items'))
  • {{ Arr::get($group, 'title') }}
      @foreach (Arr::get($group, 'items', []) as $title => $link)
    • {{ $title ?? '' }}
    • @endforeach
  • @endif @endforeach @foreach (admin_bar()->getLinksNoGroup() as $item)
  • {{ Arr::get($item, 'title') }}
  • @endforeach
  • {{ Auth::user()->name }}
    • {{ trans('core/base::layouts.profile') }}
    • {{ trans('core/base::layouts.logout') }}