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