{{-- menu lateral --}}
@if ($config->subvendedor && auth()->user()->subvendedor) Gestión Roles Gestión Usuarios Log Comisiones @if (auth()->user()->rol->nombre != 'super') Gestión Tarifas @endif @endif {{-- Links para super / administrador / editor --}} @if (in_array(auth()->user()->rol->nombre, ['super', 'administrador', 'editor'])) Gestión Planes Importar cuentas Gestión Usuarios @if (in_array(auth()->user()->rol->nombre, ['super', 'administrador'])) Gestión Pendientes Log general Log cuentas @if (auth()->user()->rol->nombre == 'super') {{-- Solo super --}} Gestión Tarifas Log historial Log recargas Gestión Promociones Gestión Servicios Gestión Categorias Utilidades Configuración @endif @endif @endif