update
This commit is contained in:
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user