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 @endif
</div> </div>
<div class="mt-4 text-center"> {{-- <div class="mt-4 text-center">
<span class="text-sm text-gray-600 md:text-base"> <span class="text-sm text-gray-600 md:text-base">
¿No tienes una cuenta? ¿No tienes una cuenta?
</span> </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"> 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 Crear cuenta
</a> </a>
</div> </div> --}}
</form> </form>
</div> </div>
+4 -4
View File
@@ -4,9 +4,9 @@
<livewire:show-inicio /> <livewire:show-inicio />
<br> <br>
@if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor'])) {{-- @if (!in_array(auth()->user()->rol?->nombre, ['administrador', 'Roger','editor']))
<livewire:share-code-component /> <livewire:share-code-component />
@endif @endif --}}
<br>
<livewire:show-clientes />
</x-app-layout> </x-app-layout>