You’re on the latest version. No action required.
Current Version
{{ $updateInfo["current_version"] ?? "Unknown" }}
New Version
{{ $updateInfo["latest_version"] ?? ($updateAvailable ? "Unknown" : $updateInfo["current_version"] ?? "Unknown") }}
Update Status
@if ($updateInProgress) In Progress @endif @if ($updateAvailable && ! $updateInProgress) Update Available @endif @if (! $updateAvailable && ! $updateInProgress) Up to Date @endif
@if ($updateInProgress && $currentUpdate){{ $currentUpdate->status->label() }}
@endifWhat's new in this version