• {{__("Dashboard")}}
  • @foreach($accMenus as $menu)
  • @if(!$menu['last_child'])
    @foreach($menu['children'] as $child )
    {{-- $child["function_name"]["fn"]])}}" @if($child["enable_depend_on_role"]=="N") disabled @endif class="dropdown-item @if(!$child["last_child"]) dropdown-toggle @endif" >--}} {{-- wire:navigate--}} {{-- {{$child->name}}--}} {{-- --}}
    @endforeach
    @endif
  • {{--
  • --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- {{$menu->name}}--}} {{-- --}} {{-- --}} {{--
  • --}} @endforeach