{{__('app.loading')}}
@includeIf('languagepack::module-activated-alert')
@include('custom-modules.sections.universal-bundle')
@lang('app.name')
@if (!$universalBundle)
@lang('app.purchaseCode')
@endif
@lang('app.moduleVersion')
@if (!$universalBundle)
@lang('app.notify')
@endif
@lang('app.status')
@forelse ($allModules as $key=>$module)
@php
$fetchSetting = null;
if (in_array($module, $worksuitePlugins) && config(strtolower($module) . '.setting'))
{
$fetchSetting = config(strtolower($module) . '.setting')::first();
}
@endphp
{{ $key }}
@if (module_enabled('UniversalBundle') && isInstallFromUniversalBundleModule($key))
@else
{{-- @if ($fetchSetting?->purchase_code && $fetchSetting?->supported_until)--}}
{{-- --}}
{{-- @endif--}}
@endif
{{-- @if ($fetchSetting?->license_type && !(module_enabled('UniversalBundle') && isInstallFromUniversalBundleModule($key)))--}}
{{-- {{ $fetchSetting->license_type }}--}}
{{-- @if(str_contains($fetchSetting->license_type, 'Regular'))--}}
{{-- Upgrade now--}}
{{-- @endif--}}
{{-- @endif--}}
@if (!$universalBundle)
@if ($fetchSetting)
@if (config(strtolower($module) . '.verification_required'))
@include('custom-modules.sections.purchase-code')
@endif
@endif
@endif
@if (config(strtolower($module) . '.setting'))
@include('custom-modules.sections.version')
@if ($plugins->where('envato_id', config(strtolower($module) . '.envato_item_id'))->first() && !(module_enabled('UniversalBundle') && isInstallFromUniversalBundleModule($key)))
@include('custom-modules.sections.module-update')
@endif
@endif
@if (!$universalBundle)
@if ($fetchSetting)
notify_update)
id="module-notification-{{ $key }}" data-module-name="{{ $module }}">
@endif
@endif
@empty
@endforelse
@include('vendor.froiden-envato.update.plugins', ['allModules' => $allModules])
@includeIf('vendor.froiden-envato.update.update_module')