• @if($menu->icon) {!! getIcon($menu->icon,6,6,'gray-800','outline','group-hover:stroke-primary-color-500 ml-1') !!} @endif {{$menu->objectData->title}}
    @foreach($menu->childes as $child)
    @foreach($child->childes as $subChild)
    {{$subChild->objectData->title}}
    @endforeach
    @endforeach
  • {{-- overlay menu --}}