This commit is contained in:
Juan Felipe Duarte
2025-10-16 11:59:59 -05:00
parent 8c50434f31
commit 88ab93ed75
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -4,9 +4,9 @@
<livewire:show-inicio />
<br>
@if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor']))
<livewire:share-code-component />
@endif
<br>
{{-- @if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor']))
<livewire:share-code-component />
@endif --}}
<livewire:show-clientes />
</x-app-layout>