@extends('central.super.layout') @section('title', __('super.plans.title')) @section('content')
{{ __('super.plans.subtitle') }}
{{ __('super.plans.limits') }} @if($configuredCount > 0) {{ $configuredCount }} @endif
{{ __('super.plans.features') }} @if(count($activeFeatures) > 0) {{ count($activeFeatures) }} @endif
{{ __('super.plans.no_plans_desc') }}
{{ __('super.plans.create_first') }}