@extends('admin.layouts.app') @section('panel')
@if (!extension_loaded('zip') && !gs('system_customized'))

@lang('PHP-zip extension is required to perform the update operation.')

@endif @if (gs('system_customized'))

@lang('The system already customized. You can\'t update the project.')

@endif

{{ systemDetails()['version'] }}

@lang('Your Version')

@if (version_compare(gs('available_version'), systemDetails()['version'], '>'))

{{ gs('available_version') }}

@lang('Latest Version')

@endif
@if (version_compare(gs('available_version'), systemDetails()['version'], '=='))

@lang('You are currently using the latest version of the system.') @lang('We are committed to continuous improvement and are actively developing the next version. Stay tuned for exciting new features and enhancements to be released soon!')

@else @if (!gs('system_customized'))

@lang('A new system version has already been released that you have not grabbed yet. Don\'t miss it out. Get the latest features of the system.')

@endif @endif
@if (version_compare(gs('available_version'), systemDetails()['version'], '>')) @endif
@endsection @push('breadcrumb-plugins') @lang('Update Log') @endpush @push('script') @endpush @push('style') @endpush