@extends('central.super.layout') @section('title', __('super.plans.edit_title')) @section('content')
{{ __('super.plans.edit_subtitle') }} {{ $plan->name }}.
{{ __('super.plans.monthly_price_hint') }}
{{ __('super.plans.yearly_price_hint') }}
{{ __('super.plans.inactive_hint') }}
Private plans are hidden from the landing page, registration form, and tenant billing page. Only a super admin can assign them to tenants.
{{ __('super.plans.free_trial_hint') }}
{{ __('super.plans.active_features') }}
{{ __('super.plans.delete_plan') }}
{{ __('super.plans.delete_warning') }}