@if (session('status'))
{{ session('status') }}
@endif
@if ($updateAvailable)
{{ __('A new version is available:') }} v{{ $newVersion }}
{!! __(
'Note: Turn off Nodejs before continuing with the update, after the update is complete you can turn it back on',
) !!}
@if ($whatsNew)
{!! $whatsNew !!}
@endif
@else
{{ __('You are using the latest version.') }}
@endif