{{-- menu lateral --}}
@if (auth()->user()->subvendedor) Gestión Roles Gestión Usuarios @if ( auth()->user()->rol->nombre != 'super') Gestión Tarifas @endif @if ( auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador' || auth()->user()->rol->nombre == 'editor') Gestión Planes Importar cuentas @if (auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador') Gestión Pendientes Log general Log cuentas @if (auth()->user()->rol->nombre == 'super') Log historial Log recargas Gestión Promociones Gestión Servicios Gestión Categorias Utilidades Configuración @endif @endif @endif @endif