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
+2 -2
View File
@@ -63,7 +63,7 @@
@endif
</div>
<div class="mt-4 text-center">
{{-- <div class="mt-4 text-center">
<span class="text-sm text-gray-600 md:text-base">
¿No tienes una cuenta?
</span>
@@ -71,7 +71,7 @@
class="inline-block ml-2 px-4 py-2 bg-[#B221FD] hover:bg-[#7a02b8] text-white text-sm md:text-base font-semibold rounded-md shadow-md transition-all duration-200">
Crear cuenta
</a>
</div>
</div> --}}
</form>
</div>
+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>