@if ($universalBundle) @php $fetchSetting = null; if (in_array(strtolower($universalBundle->getName()), custom_module_plugins()) && config(strtolower($universalBundle->getName()) . '.setting')) { $fetchSetting = config(strtolower($universalBundle->getName()) . '.setting')::first(); } @endphp

{{ $universalBundle->getName() }}

@if (config(strtolower($universalBundle->getName()) . '.setting')) @php $envatoId = $plugins->where('envato_id', config(strtolower($universalBundle) . '.envato_item_id'))->first(); @endphp
@include('custom-modules.sections.version', ['module' => $universalBundle])
@endif
@if (!config(strtolower($universalBundle->getName()) . '.name'))
@endif @if ($fetchSetting)
@if (config(strtolower($universalBundle->getName()) . '.verification_required')) @include('custom-modules.sections.purchase-code', ['module' => $universalBundle->getName()]) @endif @if ($plugins->where('envato_id', config(strtolower($universalBundle->getName()) . '.envato_item_id'))->first()) @php $envatoId = config(strtolower($universalBundle->getName()) . '.envato_item_id'); @endphp @include('custom-modules.sections.module-update', ['module' => $universalBundle, 'fetchSetting' => $fetchSetting]) @endif
@endif
@if ($fetchSetting?->license_type) {{ $fetchSetting->license_type }} @if (str_contains($fetchSetting->license_type, 'Regular')) Upgrade to Extended @endif @endif @if ( $fetchSetting?->purchase_code && $fetchSetting?->supported_until && \Carbon\Carbon::parse($fetchSetting->supported_until)->isPast()) Support Expired @endif
@if ($fetchSetting?->purchase_code && $fetchSetting?->supported_until)
@include('custom-modules.sections.support-date')
@endif
@includeIf('universalbundle::install-modules') @endif