diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index e08d083..a4aca93 100755 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -2,7 +2,7 @@
- @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 -
-+ @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 +
+