@extends('admin.layouts.master') @section('title', __('System Updater')) @section('content')
CMS_ENABLE_SYSTEM_UPDATER=false{{ __('Your current version') }}
{{ $version_code ?? $current_version ?? __('N/A') }}
{{ __('Latest version') }}
{{ $next_version_code ?? $next_version ?? $version_code ?? __('N/A') }}
@if(!empty($release_date)){{ __('Released on') }} {{ $release_date }}
@endif{{ __('A new update is available.') }}
@else{{ __('You are on the latest version.') }}
@endif{{ __('A new version') }} ({{ $next_version_code ?? $next_version }} {{ __('released on') }} {{ $release_date ?? '' }}) {{ __('is available to update!') }}
@endif @if($next_version_code ?? $next_version){{ __('Version') }} {{ $next_version_code ?? $next_version }}
@endif{{ __("Having trouble with the One-Click System Updater? No worries! Check out the manual updater below - it's easy, just follow the steps!") }}
| 1 | {{ __('Download update files') }} | |
| 2 | {{ __('Update system files') }} | |
| 3 | {{ __('Update databases') }} | |
| 4 | {{ __('Publish core assets') }} | |
| 5 | {{ __('Publish packages assets') }} | |
| 6 | {{ __('Clean up system update files') }} |