@php use App\Enums\Plan\PlanType; use App\Enums\Plan\FrequencyEnum; @endphp
@foreach ($models as $aiModel) @endforeach
@foreach (PlanType::cases() as $key) @endforeach

@lang('Price is a sensitive field. Changing the price will cancel the existing subscriptions. Please be careful.')

@foreach (FrequencyEnum::cases() as $key) @endforeach

@lang('Renewal Type is a sensitive field. Changing the Renewal Type will cancel the existing subscriptions. Please be careful.')

{{ __('Enabling this feature in a plan will require users to provide their own API keys instead of using the admin API key for continued functionality.') }}
{{ __('Copied!') }}