@php($envatoUpdateCompanySetting = \Froiden\Envato\Functions\EnvatoUpdate::companySetting()) @include('vendor.froiden-envato.update.support-extend-renewal') @if (isset($updateVersionInfo['lastVersion']))
@lang('messages.updateAlert')
@lang('messages.updateBackupNotice')
{{__('app.loading')}}
@lang('modules.update.newUpdate')
{{ $updateVersionInfo['lastVersion'] }}
Note:
You will be logged out after the update. Please log in again to continue using the application.
@lang('modules.update.updateAlternate')
@lang('modules.update.updateNow')
Update Summary
{!! preg_replace_callback('/\
(.*?)\<\/strong\>\
(.*?)\<\/ul\>/', function($matches) { $versionHeader = $matches[1]; $versionContent = $matches[2]; return '
' . $versionHeader . '
' . $versionContent . '
'; }, $updateVersionInfo['updateInfo']) !!}
@else
You have the latest version of this app.
@endif