From aac84a4d449ac6f976cca503bd41c49fb3f04bb9 Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:04:05 -0500 Subject: [PATCH] Update navigation.blade.php --- resources/views/layouts/navigation.blade.php | 298 ++----------------- 1 file changed, 32 insertions(+), 266 deletions(-) diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index 28300f2..95f7fdb 100755 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -26,32 +26,32 @@
{{ Auth::user()->rol->nombre ?? ''}}
- - - - - - -{{--
- - @if ((auth()->user()->subvendedor && $config->subvendedor) || in_array(auth()->user()->rol->nombre, ['super', 'administrador', 'editor'])) - - @endif - - -
- - - -
-
- -
-
-
- - - - - - - -
-
- -
-
- - - - - - -
-
- - -
-
- - - - - -
-
- - - - - - -
-
- - - - - -
-
- - - - - -
- @if (!empty($config->catalogo)) - - @endif - - @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') -
- - - - - - - - -
- @endif -
- -
-
- @csrf - - - - - - - - - -
-
-
- --}}