Update show-planes.blade.php

This commit is contained in:
lizandrogd
2024-07-28 17:44:21 -05:00
parent 2c2e685400
commit 03fcfc7f85
@@ -405,12 +405,8 @@
</div> </div>
<div class="mb-4"> <div class="mb-4">
<button x-data="{ disabled: false }" <button wire:click="calcularFechas" type="button" class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5" >
x-bind:disabled="disabled" + 30 dias
@click="disabled = true; $nextTick(() => { @this.calcularFechas(); setTimeout(() => { disabled = false }, 120000); })"
type="button"
class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5">
+ 30 días
</button> </button>
</div> </div>