better upgrade process for the user

This commit is contained in:
Andras Bacsai
2023-04-28 15:08:48 +02:00
parent c579dcfb53
commit 7ea73c3db2
7 changed files with 90 additions and 41 deletions

View File

@@ -0,0 +1,6 @@
<div>
@if (auth()->user()->teams->contains(0))
<button wire:loading.class="text-black bg-green-500" wire:loading.attr="disabled" wire:click='upgrade'>Force
Upgrade</button>
@endif
</div>