{{ $pageTitle }}
{{ __('System Details') }} | |
---|---|
{{ __('Addon Current Version') }} | @if (getCustomerAddonBuildVersion($code) == $buildVersion) {{ getOption($code . '_current_version') }} @else {{ getOption($code . '_current_version', 'Not installed') }} {{ __('Download Addon') }} @endif |
{{ __('Addon Current Code Version') }} | {{ getAddonCodeCurrentVersion($code) }} |
{{ __('Addon Current DB Version') }} | {{ getAddonCodeBuildVersion($code) }} |
{{ __('Application Required Version') }} | {{ $appLatestVersion }} |
{{ __('Application Current Version') }} | @if (getCustomerCurrentBuildVersion() == $appBuildVersion) {{ getOption('current_version') }} @else {{ getOption('current_version') }} {{ __('Update') }} @endif |
- {{ __('Do not click install button if the application is customised. Your changes will be lost') }}.
- {{ __('Take backup all the files and database before install.') }}
{{ __('Upload Addon') }}
|
|
{{ $uploadedFile }} {{ __('Delete') }} | {{ __('Install') }} |