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

@lang('modules.update.systemDetails')

{{-- App Version --}}
App Version
{{ $updateVersionInfo['appVersion'] }} @if(!isset($updateVersionInfo['lastVersion'])) @endif
{{-- App Environment --}} @if(!app()->environment(['codecanyon','demo']))
App Environment
{{ app()->environment() }} @if(!isset($updateVersionInfo['lastVersion'])) @endif
@endif {{-- Laravel Version --}}
Laravel Version
{{ $updateVersionInfo['laravelVersion'] }}
{{-- PHP Version --}}
PHP Version
{{ phpversion() }} @if (version_compare(PHP_VERSION, '8.2.0') >= 0) @else @endif
{{-- Database Version --}} @if(!is_null($mysql_version))
{{ $databaseType }}
{{ $mysql_version }}
@endif {{-- Server Information --}} @if(!app()->environment(['demo'])) {{-- Server Software --}}
Server Software
{{ $_SERVER['SERVER_SOFTWARE'] }} @if(str_contains(strtolower($_SERVER['SERVER_SOFTWARE']), 'apache')) A @elseif(str_contains(strtolower($_SERVER['SERVER_SOFTWARE']), 'nginx')) N @endif
{{-- Server OS --}}
Server OS
{{ $serverOs }}
{{-- Memory Limit --}}
Memory Limit
{{ ini_get('memory_limit') }}
{{-- Max Execution Time --}}
Max Execution Time
{{ ini_get('max_execution_time') }}s
{{-- Upload Max Filesize --}}
Upload Max Filesize
{{ ini_get('upload_max_filesize') }}
@endif
{{-- License Details Card --}} @if(!is_null($envatoUpdateCompanySetting->purchase_code))

License Details

Product Name
{{ ucfirst(config('froiden_envato.envato_product_name')) }}
{{-- Purchase Code --}}
Envato Purchase Code
{{$envatoUpdateCompanySetting->purchase_code}} Change Purchase Code
{{-- Purchased On --}} @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 {{-- Support Expiry --}} @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 {{-- License Type --}} @if(!is_null($envatoUpdateCompanySetting->license_type))
License Type
{{$envatoUpdateCompanySetting->license_type}} @if(str_contains($envatoUpdateCompanySetting->license_type, 'Regular')) Upgrade now @endif
@endif
@endif