{{-- Hide a plugin-owned settings section while its plugin is disabled, so the legacy feature toggle can't desync from the plugin's enable/disable (the single switch). Core packages (no matching plugin) are never suppressed. --}} @unless(app(\Packages\ShaunSocial\Plugins\Support\PluginRegistry::class)->isSettingsPackageDisabled($groupSub->package))
{{__($groupSub->name)}}
@includeIf($groupSub->package.'::admin.partial.setting.group_sub_title_'.$groupSub->key)
@include('shaun_core::admin.partial.setting.fields',['settings' => $groupSub->settings]) @includeIf($groupSub->package.'::admin.partial.setting.group_sub.'.$groupSub->key,['settings' => $groupSub->settings])
@endunless