@if(!app()->environment(['codecanyon','demo']))
@endif
@if(!is_null($mysql_version))
@endif
@if(!is_null($envatoUpdateCompanySetting->purchase_code))
@if(!is_null($envatoUpdateCompanySetting->license_type))
@endif
@endif
@lang('modules.update.systemDetails') |
|
App Version |
{{ $updateVersionInfo['appVersion'] }}
@if(!isset($updateVersionInfo['lastVersion']))
@endif
|
App Environment |
{{ app()->environment() }}
@if(!isset($updateVersionInfo['lastVersion']))
@endif
|
Laravel Version |
{{ $updateVersionInfo['laravelVersion'] }} |
PHP Version
|
@if (version_compare(PHP_VERSION, '8.0.0') >= 0)
{{ phpversion() }}
@else
{{ phpversion() }}
@endif
|
{{ $databaseType }} |
{{ $mysql_version}}
|
Envato Purchase code |
{{$envatoUpdateCompanySetting->purchase_code}}
Change Purchase Code
|
License Type |
{{$envatoUpdateCompanySetting->license_type}}
@if(str_contains($envatoUpdateCompanySetting->license_type, 'Regular'))
Upgrade now
@endif
|