@php $menuData = $sortedMenu ?? $renderMenu ?? []; @endphp @foreach ($menuData as $type => $menu) @if (count($menu) > 0)
  • {{ $type }}
      @foreach ($menu as $item) @if ($item['isCategory']) @if (count($item['academic_offer']) > 0)
    • {{ $item['title'] }}
        @foreach ($item['academic_offer'] as $subitem) @if ($subitem['show'])
      • {{ $subitem['title'] }}
      • @endif @endforeach
    • @endif @else
    • {{ $item['title'] }}
    • @endif @endforeach
  • @endif @endforeach {{--
  • Instalaciones
  • --}} {{--
  • Educación a distancia
  • --}} {{--
  • + Más
      --}} {{--
    • Educación a distancia
    • --}} {{--
    • --}} {{--
    • Recorrido virtual
    • --}} {{--
    • Becas y Créditos
    • --}} {{--
    • Conócenos
      • Directorio
      • Deportes
      • Arte y Cultura
      • Vinculación Empresarial
      • Bolsa de Trabajo
    • --}} {{--
    • Test Vocacional
    • --}} {{--
    • Control Escolar
    • --}} {{--
    • Transporte
    • --}} {{--
    • Prácticas y Servicio
    • --}} {{--
    • Contáctanos
    • --}} {{--
    --}}