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