@extends('central.super.layout') @section('title', __('super.plans.create_title')) @section('content')
@csrf
{{-- Left column --}}
{{-- Plan details --}}

{{ __('super.plans.plan_details') }}

{{ __('super.plans.slug_hint') }}

{{ $currencySymbol }}

{{ __('super.plans.monthly_price_hint') }}

{{ $currencySymbol }}

{{ __('super.plans.yearly_price_hint') }}

{{ __('super.plans.active_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') }}

{{-- Usage limits --}}

{{ __('super.plans.usage_limits') }}

{{ __('super.plans.limits_hint') }}
@foreach($availableLimits as $key => $meta)
@endforeach
{{-- Features --}}

{{ __('super.plans.features') }}

{{ __('super.plans.features_toggle') }}
@foreach($availableFeatures as $key => $meta) @endforeach
{{ __('super.common.cancel') }}
{{-- Right column --}}
@push('scripts') @endpush @endsection