2023-04-14 08:00:42 +00:00
|
|
|
<div>
|
|
|
|
|
<button wire:click='checkUpdate'>Updates</button>
|
2023-04-27 12:32:39 +00:00
|
|
|
@if (auth()->user()->teams->contains(0))
|
|
|
|
|
<button wire:click='forceUpgrade'>Force Upgrade</button>
|
|
|
|
|
@endif
|
2023-04-14 08:00:42 +00:00
|
|
|
{{ $updateAvailable ? 'Update available' : 'No updates' }}
|
|
|
|
|
</div>
|