@section('title', __('System Upgrade'))
@if ($upgradeMessage) @endif @production
{{-- update --}} {{-- roll back --}} {{-- terminal --}} {{-- update --}} {{-- --}}
{{-- rollback upgrade --}}

{{ __('Rollback Version') }}

{{ __('This is only to rollback the versison code, so you can re-run the upgrade script again') }}

{{-- normal upgrade --}}

{{ __('Terminal') }}

{{ __('Be very careful when using terminal. Only run verified commands here') }}

{{ $terminalError }}
{{-- remotely download upgrade --}}

{{ __('Configuration') }}


{{ __('Download Update Remotely') }}

{{ __('List all available updates and a download button') }}
@foreach ($downloadableVersions ?? [] as $downloadableVersion)

{{ $downloadableVersion['version'] }}

{{ __('Download') }}
@endforeach
@else
{{ __('Only available in production.') }}
@endproduction