@if ($isActiveGateway == 0)
{{ __('Please enable at least one gateway!') }}
@endif
@if (\App\Models\Gateways::query()->where('code', 'coingate')->count() || \App\Models\Gateways::query()->where('code', 'yokassa')->count() || \App\Models\Gateways::query()->where('code', 'razorpay')->count())
{{ __('Congate, Razorpay or Yookassa subscriptions require you to set up cron jobs on your server. You can find detailed instructions in ') }}
{{ __('the documentation.') }}
@if (\App\Models\Gateways::query()->where('code', 'razorpay')->count())
{{ __('If you use razorpay, don\'t forget to add a webhook. ' . \App\Helpers\Classes\Helper::setting('site_url') . '/webhooks/razorpay') }}
@endif
@endif
@if (isset($subscription))
@else
@endif
{{ __('Enter -1 for unlimited usage.') }}
{{ isset($subscription) ? $subscription->features : null }}
@if ($isActiveGateway == 0)
{{ __('Please enable at least one gateway!') }}
@else
{{ __('Save') }}
@endif
{{ __('Choose Available Templates') }}
@lang('Select All')
@lang('Deselect All')
@foreach ($openAiList->groupBy('filters') as $key => $items)
@foreach ($items as $keyItem => $item)
@endforeach
@endforeach