{{ t('create_plan') }}

{{ $isUpdate ? t('edit_plan') : t('create_plan') }}

{{ t('back_to_plans') }}

{{ t('plan_details') }}

*
*
{{ t('color') }}

{{ t('pricing_and_limits') }}

*
{{ $baseCurrencySymbol }}
{{ t('billing_period') }}:

({{ t('trial_days_description') }})

{{ t('featured_plan') }}

{{ t('featured_plan_description') }}

@if (isset($availableFeatures) && count($availableFeatures) > 0)

{{ t('plan_features') }}

@foreach ($availableFeatures as $feature)

@if ($feature->default == 1) * @endif {{ $feature->name }}

{{ $feature->description }}

{{ t('units') }}
@endforeach
@endif
{{ t('cancel') }} {{ $isUpdate ? t('update_plan') : t('create_plan') }}