@php $rows = $moduleStatuses ?? []; $enabledCount = collect($enabledModules ?? [])->filter()->count(); $totalCount = count($rows); $sourceLabels = [ 'core' => 'Core', 'plan' => 'Plan', 'pro_addon' => 'Pro add-on', 'developer_override' => 'Override', 'unlock_all' => 'Dev unlock', ]; @endphp
Your current plan unlocks {{ $enabledCount }} of {{ $totalCount }} modules. Upgrade from the Purchase tab to unlock more features.