@if(!Auth::check())
  • Inicia sesión para acceder al contenido
  • @else @foreach(Auth::user()->menu_actions as $action => $name_complete) @if(Auth::user()->role == "admin") @if($name == "Categorías")
  • Categorías
    • Categorías Productos
    • Categorías Mobilario
    • Categorías MAC
    • Categorías Corporativo
    • Categorías Capacitaciones
  • @elseif($name == "Productos")
  • Productos
    • Productos Papelería
    • Productos Tarjetas
    • Productos Muebles
    • Productos MAC
    • Productos Corporativo
    • Tarjetas Corporativo
    • Productos Capacitaciones
  • @elseif($name == "Pedidos")
  • Pedidos
    • Pedidos papelería
    • Pedidos tarjetas
    • Pedidos muebles
    • Pedidos MAC
    • Pedidos Corporativo
    • Pedido Tarjetas Corporativo
    • Pedidos Capacitaciones
    • Solicitudes sistema
  • @elseif($name == 'Fechas')
  • Fechas
    • Fechas papeleria
    • Fechas corporativo
    • Fechas MAC
    • Fechas Capacitadores
  • @endif @if(!in_array($name,['Categorías','Pedidos','Productos','Fechas']))
  • {{$name}}
  • @endif @else
  • {{link_to($action, $name)}}
  • @endif @endforeach @endif