From 1b0a2bccca0aa5b5de4f18d236d6b26c07a966cd Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Tue, 8 Jul 2025 10:35:26 -0500 Subject: [PATCH] Update navigation.blade.php --- resources/views/layouts/navigation.blade.php | 167 ++++++++++--------- 1 file changed, 84 insertions(+), 83 deletions(-) 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 @@
@php - $config = \App\Models\Configuracione::orderby('id', 'desc')->first(); + $config = \App\Models\Configuracione::orderby('id', 'desc')->first(); @endphp
@if (!empty($config->catalogo)) -
- @endif @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') -
- - - - - - - - {{ __('Reportes') }} - -
+
+ + + + + + + + {{ __('Reportes') }} + +
@endif
@if (auth()->user()->subvendedor || auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador' || auth()->user()->rol->nombre == 'editor') - @endif
@@ -282,30 +283,30 @@
@if (!empty($config->catalogo)) -
- - - - - -
+
+ + + + + +
@endif @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') -
- - - - - - - - -
+
+ + + + + + + + +
@endif
@@ -344,4 +345,4 @@ - + \ No newline at end of file