%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/admin1/vendor/froiden/envato/src/Views/update/ |
Upload File : |
@php($updateVersionInfo = \Froiden\Envato\Functions\EnvatoUpdate::updateVersionInfo())
@php($envatoUpdateCompanySetting = \Froiden\Envato\Functions\EnvatoUpdate::companySetting())
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<th>@lang('modules.update.systemDetails')</th>
</thead>
<tbody>
<tr>
<td>App Version <span
class="pull-right">{{ $updateVersionInfo['appVersion'] }}</span></td>
</tr>
<tr>
<td>Laravel Version <span
class="pull-right">{{ $updateVersionInfo['laravelVersion'] }}</span></td>
</tr>
<td>PHP Version
@if (version_compare(PHP_VERSION, '7.1.0') > 0)
<span class="pull-right">{{ phpversion() }} <i class="fa fa fa-check-circle text-success"></i></span>
@else
<span class="pull-right">{{ phpversion() }} <i data-toggle="tooltip" data-original-title="@lang('messages.phpUpdateRequired')" class="fa fa fa-warning text-danger"></i></span>
@endif
</td>
@if(!is_null($envatoUpdateCompanySetting->purchase_code))
<tr>
<td>Envato Purchase code <span
class="pull-right">{{$envatoUpdateCompanySetting->purchase_code}}</span>
</td>
</tr>
@endif
</tbody>
</table>
</div>