lasthourcloud/resources/views/livewire/check-update.blade.php

8 lines
176 B
PHP
Raw Normal View History

2023-04-14 08:00:42 +00:00
<div>
2023-05-08 07:16:50 +00:00
<x-inputs.button wire:click='checkUpdate' type="submit">
Check Update</x-inputs.button>
2023-04-28 06:46:39 +00:00
@if ($updateAvailable)
Update available
2023-04-27 12:32:39 +00:00
@endif
2023-04-14 08:00:42 +00:00
</div>