diff --git a/resources/views/layouts/navigation.blade.php b/resources/views/layouts/navigation.blade.php index 794069b..80e6834 100755 --- a/resources/views/layouts/navigation.blade.php +++ b/resources/views/layouts/navigation.blade.php @@ -12,8 +12,12 @@ x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-90">
- - + +
@@ -27,16 +31,23 @@
- + {{ __('Inicio') }}
- - - + + + {{ __('Clientes') }} @@ -44,31 +55,40 @@
- + {{ __('Servicios') }}
- - + + {{ __('Top distribuidores') }}
@if (!empty($config->catalogo)) -
- @endif @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador')
@@ -87,15 +107,20 @@
- @if (auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador' || auth()->user()->rol->nombre == 'editor') + @if (auth()->user()->rol->nombre == 'super' || + auth()->user()->rol->nombre == 'administrador' || + auth()->user()->rol->nombre == 'editor') @@ -122,22 +146,35 @@
@csrf - +

{{ __('Cerrar Sesión') }}

- - - + + +
- - + +
@@ -145,11 +182,20 @@
- + - - - + + +
@@ -229,29 +275,30 @@
@if (!empty($config->catalogo)) - - - + @endif @if (auth()->user()->rol->nombre != 'editor' && auth()->user()->rol->nombre != 'administrador') -
- - - - - - - - -
+
+ + + + + + + + +
@endif