{{-- menu lateral --}} @php $config = \App\Models\Configuracione::orderby('id', 'desc')->first(); $bg = $config->color_barra ?? '#0000ff'; @endphp {{--
@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 @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') Gestión Tarifas Log historial Log recargas Gestión Promociones Gestión Servicios Gestión Categorias Utilidades Configuración @endif @endif @endif