@php($envatoUpdateCompanySetting = \Froiden\Envato\Functions\EnvatoUpdate::companySetting())
@if(!app()->environment(['codecanyon','demo'])) @endif @if(!is_null($mysql_version)) @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 {{ phpversion() }} @if (version_compare(PHP_VERSION, '8.2.0') >= 0) @else @endif
{{ $databaseType }} {{ $mysql_version}}
@if(!is_null($envatoUpdateCompanySetting->purchase_code)) @if(!is_null($envatoUpdateCompanySetting?->purchased_on)) @endif @if(!is_null($envatoUpdateCompanySetting?->supported_until)) @endif @if(!is_null($envatoUpdateCompanySetting->license_type)) @endif
License Details
Envato Purchase code {{$envatoUpdateCompanySetting->purchase_code}} Change Purchase Code
Purchased On {{\Carbon\Carbon::parse($envatoUpdateCompanySetting->purchased_on)->translatedFormat('d M, Y')}} ({{\Carbon\Carbon::parse($envatoUpdateCompanySetting->purchased_on)->diffForHumans()}})
Support Expire {{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->translatedFormat('d M, Y')}} ({{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->diffForHumans()}}) @if(\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->lessThan(now())) Expired @endif
License Type {{$envatoUpdateCompanySetting->license_type}} @if(str_contains($envatoUpdateCompanySetting->license_type, 'Regular')) Upgrade now @endif
@endif