@php $updateInfo = $this->availableUpdate(); @endphp @if ($updateInfo['update'] === "Available")
🚀 New Update Available!
{!! $updateInfo['update_log'] !!}
@else
🎉 You're All Set!

You are running the latest version of the application.

Version {{ $updateInfo['version'] }}
@endif @if ($status)
{{ $status }}
@endif @if ($log)
{{ $log }}
@endif