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