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 - - - - - - - - - -
-
-
- --}}