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