@includeIf('languagepack::module-activated-alert') @if ($universalBundle)
{{ $universalBundle->getName() }} @if (config(strtolower($universalBundle) . '.setting')) @if (isset($version[config(strtolower($universalBundle) . '.envato_item_id')])) @if ($version[config(strtolower($universalBundle) . '.envato_item_id')] > File::get($universalBundle->getPath() . '/version.txt')) {{ File::get($universalBundle->getPath() . '/version.txt') }} @else {{ File::get($universalBundle->getPath() . '/version.txt') }} @endif @else {{ File::get($universalBundle->getPath() . '/version.txt') }} @endif @endif
@if (in_array($universalBundle, $worksuitePlugins)) @if (config(strtolower($universalBundle) . '.setting')) @php $settingInstance = config(strtolower($universalBundle) . '.setting'); $fetchSetting = $settingInstance::first(); @endphp @if (config(strtolower($universalBundle) . '.verification_required')) @if ($fetchSetting->purchase_code) {{ $fetchSetting->purchase_code }}
@else @lang('app.verifyEnvato') @endif @endif @endif @endif
{{-- @if (config(strtolower($universalBundle) . '.setting') && isset($version[config(strtolower($universalBundle) . '.envato_item_id')])) @if ($version[config(strtolower($universalBundle) . '.envato_item_id')] > File::get($universalBundle->getPath() . '/version.txt')) @else -- @endif @endif --}} @if (!config(strtolower($universalBundle) . '.setting'))
@endif
@includeIf('universalbundle::install-modules') @endif @lang('app.name') @lang('app.purchaseCode') @lang('app.moduleVersion') {{-- @lang('app.updateModule') --}} @lang('app.status') @forelse ($allModules as $key=>$module) {{ $key }} @if (module_enabled('UniversalBundle') && isInstallFromUniversalBundleModule($key)) @endif @if (in_array($module, $worksuitePlugins)) @if (config(strtolower($module) . '.setting')) @php $settingInstance = config(strtolower($module) . '.setting'); $fetchSetting = $settingInstance::first(); @endphp @if (config(strtolower($module) . '.verification_required')) @if ($fetchSetting->purchase_code) {{ $fetchSetting->purchase_code }}
@else @lang('app.verifyEnvato') @endif @endif @endif @endif @if (config(strtolower($module) . '.setting')) @if (isset($version[config(strtolower($module) . '.envato_item_id')])) @if ($version[config(strtolower($module) . '.envato_item_id')] > File::get($module->getPath() . '/version.txt')) {{ File::get($module->getPath() . '/version.txt') }} @else {{ File::get($module->getPath() . '/version.txt') }} @endif @else {{ File::get($module->getPath() . '/version.txt') }} @endif @endif {{-- @if (config(strtolower($module) . '.setting') && isset($version[config(strtolower($module) . '.envato_item_id')])) @if ($version[config(strtolower($module) . '.envato_item_id')] > File::get($module->getPath() . '/version.txt')) @else -- @endif @endif --}}
@empty @endforelse
@include('vendor.froiden-envato.update.plugins', ['allModules' => $allModules])