@extends('backEnd.master', ['title' => __('service::install.update')]) @section('mainContent')

@lang('setting.Update')

@if(gv($product, 'current_version') == gv($product, 'next_release_version') && gv($product, 'name'))
@if(gv($product, 'name'))
Current Installed Version {{ gv($product, 'current_version') }}
Latest version {{ gv($product, 'next_release_version') }}
Date of Release {{ gv($product, 'next_release_date') }}
{{__('setting.PHP Version')}} {{phpversion() }}
{{__('setting.Curl Enable')}} @php if (in_array ('curl', get_loaded_extensions())) { echo 'enable'; } else { echo 'disable'; } @endphp
{{__('setting.Purchase code')}} {{__('Verified')}}
{{__('setting.Install Domain')}} {{ config('configs')->where('key','system_domain')->first()->value }}
{{__('setting.System Activated Date')}} {{ config('configs')->where('key','system_activated_date')->first()->value }}
@endif
@else
@if(gv($product, 'name'))
@if(gv($product, 'next_release_change_log')) @endif
Current Installed Version {{ gv($product, 'current_version') }}
Version Available for Upgrade {{ gv($product, 'next_release_version') }}
Date of Release {{ gv($product, 'next_release_date') }}
Update Size {{bytesToSize(gv($product, 'next_release_size'))}}
{{__('setting.PHP Version')}} {{phpversion() }}
{{__('setting.Curl Enable')}} @php if (in_array ('curl', get_loaded_extensions())) { echo 'enable'; } else { echo 'disable'; } @endphp
{{__('setting.Purchase code')}} {{__('Verified')}}
{{__('setting.Install Domain')}} {{ config('configs')->where('key','system_domain')->first()->value }}
{{__('setting.System Activated Date')}} {{ config('configs')->where('key','system_activated_date')->first()->value }}
{!! gv($product, 'next_release_change_log') !!}
@endif
@endif
@stop @php $base_path = 'public/vendor/spondonit'; @endphp @push('scripts') @endpush