Update navigation.blade.php

This commit is contained in:
Lizandro Guarnizo
2026-04-24 21:44:26 -05:00
parent 148fa6b9f9
commit c56cd218fa
+2 -2
View File
@@ -243,8 +243,6 @@
</div>
@endif
<livewire:show-saving-ip />
{{-- Módulo WhatsApp (solo admins) --}}
@if (in_array(auth()->user()->rol->nombre, ['super', 'administrador']))
<div x-data="{ openWa: false }" class="space-y-1">
@@ -289,6 +287,8 @@
</div>
@endif
<livewire:show-saving-ip />
<!-- Logout -->
<div>
<form method="POST" action="{{ route('logout') }}">