Update navigation.blade.php
This commit is contained in:
@@ -243,8 +243,6 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<livewire:show-saving-ip />
|
|
||||||
|
|
||||||
{{-- Módulo WhatsApp (solo admins) --}}
|
{{-- Módulo WhatsApp (solo admins) --}}
|
||||||
@if (in_array(auth()->user()->rol->nombre, ['super', 'administrador']))
|
@if (in_array(auth()->user()->rol->nombre, ['super', 'administrador']))
|
||||||
<div x-data="{ openWa: false }" class="space-y-1">
|
<div x-data="{ openWa: false }" class="space-y-1">
|
||||||
@@ -289,6 +287,8 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<livewire:show-saving-ip />
|
||||||
|
|
||||||
<!-- Logout -->
|
<!-- Logout -->
|
||||||
<div>
|
<div>
|
||||||
<form method="POST" action="{{ route('logout') }}">
|
<form method="POST" action="{{ route('logout') }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user