@foreach ($menus as $index => $item) @if ($item['permisoAdmin'] == 1) @if ($item['submenu'] == '0') @if ($item['complementoruta'] != 'externo') @if ($index == 'Nuevo Registro Cliente' && $settingCliente->cliente == 1)
  • {{$index}}
  • @elseif ($index != 'Nuevo Registro Cliente')
  • {{$index}}
  • @endif @else @if($item['black'] == '0')
  • {{$index}}
  • @else
  • {{$index}}
  • @endif @endif @else
  • {{$index}}
      @foreach ($item['menus'] as $subIndex => $subItem) @if($subItem['oculto'] == 'activo') @if ($subIndex == 'Árbol de Cliente' && $settingCliente->cliente == 1)
    • {{$subIndex}}
    • @else @if ($subIndex != 'Árbol de Cliente') @if($subItem['black'] == '0')
    • {{$subIndex}}
    • @else
    • {{$subIndex}}
    • @endif @endif @endif @if($subIndex == 'Emailsync')
    • Exportar Datos Emailsync
    • @endif @if($subIndex == 'AppSocial')
    • Exportar Datos AppSocial
    • @endif @endif @endforeach
  • @endif @endif @endforeach
  • Cerrar Sesión
    {{ csrf_field() }}