Update navigation.blade.php
This commit is contained in:
@@ -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') }}">
|
||||
|
||||
Reference in New Issue
Block a user