This commit is contained in:
lizandrogd
2024-12-01 19:30:05 -05:00
parent f4093f43e3
commit aee0bec9f3
2 changed files with 2 additions and 2 deletions
@@ -148,7 +148,7 @@
@if (auth()->user()->rol->nombre != 'editor')
<button x-on:click="openOption=!openOption,ver=true"
wire:click="comprarPromo({{ $promocion->id }})"
class="text-gray-500 w-full py-1 hover:bg-gray-200 border-b border-gray-300 hover:rounded-t-[1rem]">Comprar</button>
class="text-gray-500 w-full py-1 hover:bg-gray-200 border-b border-gray-300 hover:rounded-t-[1rem]" hidden>Comprar</button>
@endif
@if (auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador')
<button wire:click="editarPromo({{ $promocion->id }})"