MenĂ¼
    @if(config('admin.menu_group_collapse',false)) @foreach($menuData as $key => $menuGroupElem) @if($key !== 0)
  • {!! $menuGroupElem['name'] !!} @if(count($menuGroupElem['items']??[]) > 0)
      @endif @endif @foreach($menuGroupElem['items']??[] as $menuKey => $menuElem) @if(isset($menuElem['check']) ? ((function_exists($menuElem['check']) ? $menuElem['check']() : false)): true)
    • {!! $menuElem['name'] !!} @if($menuElem['badge'] ?? false) @if(function_exists($menuElem['badge'])) @if($menuElem['badge']() ?? false) {!! $menuElem['badge']() !!} @endif @endif @endif
    • @endif @endforeach @if($key !== 0) @if(count($menuGroupElem['items']??[]) > 0)
    @endif
  • @endif @endforeach @else @foreach($menuData as $key => $menuGroupElem) @if($key !== 0)
  • {!! $menuGroupElem['name'] !!}
  • @endif @foreach($menuGroupElem['items']??[] as $menuKey => $menuElem) @if(isset($menuElem['check']) ? ((function_exists($menuElem['check']) ? $menuElem['check']() : false)): true)
  • {!! $menuElem['name'] !!} @if($menuElem['badge'] ?? false) @if(function_exists($menuElem['badge'])) @if($menuElem['badge']() ?? false) {!! $menuElem['badge']() !!} @endif @endif @endif
  • @endif @endforeach @endforeach @endif