@php($envatoUpdateCompanySetting = \Froiden\Envato\Functions\EnvatoUpdate::companySetting())
{{-- System Details Card --}}

@lang('modules.update.systemDetails')

App Version
{{ $updateVersionInfo['appVersion'] }} @if(!isset($updateVersionInfo['lastVersion'])) @endif
@if(!app()->environment(['codecanyon','demo']))
App Environment
{{ app()->environment() }} @if(!isset($updateVersionInfo['lastVersion'])) @endif
@endif
Laravel Version
{{ $updateVersionInfo['laravelVersion'] }}
PHP Version
{{ phpversion() }} @if (version_compare(PHP_VERSION, '8.2.0') >= 0) @else @endif
@if(!is_null($mysql_version))
{{ $databaseType }}
{{ $mysql_version }}
@endif @if(!app()->environment(['demo']))
Server OS
{{ php_uname('s') . ' ' . php_uname('r') }}
Memory Limit
{{ ini_get('memory_limit') }}
Max Execution Time
{{ ini_get('max_execution_time') }}s
Upload Max Filesize
{{ ini_get('upload_max_filesize') }}
@endif
@if(!is_null($envatoUpdateCompanySetting->purchase_code)) {{-- License Details Card --}}

License Details

Envato Purchase Code
{{$envatoUpdateCompanySetting->purchase_code}} Change Purchase Code
@if(!is_null($envatoUpdateCompanySetting?->purchased_on))
Purchased On
{{\Carbon\Carbon::parse($envatoUpdateCompanySetting->purchased_on)->translatedFormat('D d M, Y')}} ({{\Carbon\Carbon::parse($envatoUpdateCompanySetting->purchased_on)->diffForHumans()}})
@endif @if(!is_null($envatoUpdateCompanySetting?->supported_until))
Support Expires
{{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->translatedFormat('D d M, Y')}} ({{\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->diffForHumans()}}) @if(\Carbon\Carbon::parse($envatoUpdateCompanySetting->supported_until)->lessThan(now())) Expired @endif
@endif @if(!is_null($envatoUpdateCompanySetting->license_type))
License Type
{{$envatoUpdateCompanySetting->license_type}} @if(str_contains($envatoUpdateCompanySetting->license_type, 'Regular')) Upgrade now @endif
@endif
@endif