{{ $pageTitle }}
@if (getCustomerCurrentBuildVersion() == $latestBuildVersion)
@endif
@if (getCustomerCurrentBuildVersion() < $latestBuildVersion)
@endif
{{ __('You have the latest version of this app.') }}
{{ __('System Details') }} | |
---|---|
{{ __('Current Version') }} | @if (getCustomerCurrentBuildVersion() == $latestBuildVersion) {{ getOption('current_version') }} @else {{ getOption('current_version') }} @endif |
{{ __('Latest Version') }} {{ __('Download Latest') }} | {{ $latestVersion }} |
{{ __('Laravel Version') }} | {{ app()->version() }} |
{{ __('PHP Version') }} | {{ phpversion() }} |
{{ $databaseType }} | {{ $mysql_version }} |
- {{ __('Do not click update button if the application is customised. Your changes will be lost') }}.
- {{ __('Take backup all the files and database before updating.') }}
{{ __('Upload File') }}
|
|
{{ $uploadedFile }} {{ __('Delete') }} | {{ __('Update') }} |
@foreach ($addons as $addon)
@endforeach
{{ $addon->title }}
@if (isAddonInstalled($addon->code) > 0)
{{ __('Installed') }}
{{ getOption($addon->code . '_current_version') }}
@endif
{!! $addon->details?->description !!}