@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')
@if ($type == 'Regular License' && $status)

{{ __('Extended License is required in order to have access to these features') }}

@else
{{ __('Update Subscription Plan') }} {{ $id->plan_name }}

@method('PUT') @csrf
{{ __('General Settings') }}
{{ __('Plan Status') }}
@error('plan-status')

{{ $errors->first('plan-status') }}

@enderror
{{ __('Plan Name') }}
@error('plan-name')

{{ $errors->first('plan-name') }}

@enderror
{{ __('Price') }}
@error('cost')

{{ $errors->first('cost') }}

@enderror
{{ __('Currency') }}
@error('currency')

{{ $errors->first('currency') }}

@enderror
{{ __('Payment Frequence') }}
{{ __('Featured Plan') }}
{{ __('Free Plan') }}
@error('free-plan')

{{ $errors->first('free-plan') }}

@enderror
{{ __('Free Plan Days') }}
@error('days')

{{ $errors->first('days') }}

@enderror
{{ __('Payment Gateways Plan IDs') }}
{{ __('PayPal Plan ID') }} ({{ __('Required for Paypal') }})
@error('paypal_gateway_plan_id')

{{ $errors->first('paypal_gateway_plan_id') }}

@enderror
{{ __('Stripe Product ID') }} ({{ __('Required for Stripe') }})
@error('stripe_gateway_plan_id')

{{ $errors->first('stripe_gateway_plan_id') }}

@enderror
{{ __('Paystack Plan Code') }} ({{ __('Required for Paystack') }})
@error('paystack_gateway_plan_id')

{{ $errors->first('paystack_gateway_plan_id') }}

@enderror
{{ __('Razorpay Plan ID') }} ({{ __('Required for Razorpay') }})
@error('razorpay_gateway_plan_id')

{{ $errors->first('razorpay_gateway_plan_id') }}

@enderror
{{ __('Flutterwave Plan ID') }} ({{ __('Required for Flutterwave') }})
@error('flutterwave_gateway_plan_id')

{{ $errors->first('flutterwave_gateway_plan_id') }}

@enderror
{{ __('Paddle Plan ID') }} ({{ __('Required for Paddle') }})
@error('paddle_gateway_plan_id')

{{ $errors->first('paddle_gateway_plan_id') }}

@enderror
{{ __('Included AI Credits') }}
{{ __('GPT 3 Turbo Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('GPT 4 Turbo Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('GPT 4o Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('GPT 4o mini Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('GPT 4 Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('o1 preview Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('o1 mini Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Fine Tuned Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Claude 3 Opus Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Claude 3.5 Sonnet Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Claude 3.5 Haiku Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Gemini Pro Model Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Each text generation task counts output words created') }}. {{ __('Set as -1 for unlimited words') }}. ({{ __('1 credit = 1 word') }}).
{{ __('Characters Included') }} ({{ __('Renewed Monthly') }})
{{ __('For AI Voiceover feature') }}. {{ __('Set as -1 for unlimited characters') }}.
@error('characters')

{{ $errors->first('characters') }}

@enderror
{{ __('Minutes Included') }} ({{ __('Renewed Monthly') }})
{{ __('For AI Speech to Text feature') }}. {{ __('Set as -1 for unlimited minutes') }}.
@error('minutes')

{{ $errors->first('minutes') }}

@enderror
{{ __('Image Credits') }} ({{ __('Renewed Monthly') }})
{{ __('Valid for all image vendors') }}. {{ __('Set as -1 for unlimited images') }}.
@error('image-credits')

{{ $errors->first('image-credits') }}

@enderror
{{ __('Included Features') }}
{{ __('AI Writer Feature') }}
{{ __('AI Image Feature') }}
{{ __('AI Voiceover Feature') }}
{{ __('AI Speech to Text Feature') }}
{{ __('AI Chat Feature') }}
{{ __('AI Code Feature') }}
{{ __('Personal OpenAI API Usage Feature') }}
{{ __('Personal Claude API Usage Feature') }}
{{ __('Personal Gemini API Usage Feature') }}
{{ __('Personal Stable Diffusion API Usage Feature') }}
{{ __('AI Article Wizard Feature') }}
{{ __('AI Vision Feature') }}
{{ __('AI Chat Image Feature') }}
{{ __('AI File Chat Feature') }}
{{ __('Internet Feature') }}
{{ __('AI Web Chat Feature') }}
{{ __('Smart Editor Feature') }}
{{ __('AI Rewriter Feature') }}
{{ __('Personal Custom AI Chat Bot Creation Feature') }}
{{ __('Personal Custom Template Creation Feature') }}
{{ __('Brand Voice Feature') }}
{{ __('AI Youtube Feature') }}
{{ __('AI RSS Feature') }}
{{ __('Integration Feature') }}
{{ __('Included Service Limits') }}
{{ __('Available Models for All Templates') }}
{{ __('Available Models for All Chat Bots') }}
{{ __('Template Categories Access') }}
{{ __('AI Chat Categories Access') }}
{{ __('Supported AI Voiceover Vendors') }}
{{ __('Number of Team Members') }}
@error('team-members')

{{ $errors->first('team-members') }}

@enderror
{{ __('Included AI Image Vendors') }}
{{ __('Maximum Allowed CSV File Size') }}
{{ __('Maximum Size limit is in Megabytes (MB)') }}.
@error('chat-csv-file-size')

{{ $errors->first('chat-csv-file-size') }}

@enderror
{{ __('Maximum Allowed PDF File Size') }}
{{ __('Maximum Size limit is in Megabytes (MB)') }}.
@error('chat-pdf-file-size')

{{ $errors->first('chat-pdf-file-size') }}

@enderror
{{ __('Maximum Allowed Word File Size') }}
{{ __('Maximum Size limit is in Megabytes (MB)') }}.
@error('chat-word-file-size')

{{ $errors->first('chat-word-file-size') }}

@enderror
{{ __('Image/Video/Voiceover Results Storage Period') }} ({{ __('In Days') }})
{{ __('Set as -1 for unlimited storage duration') }}.
@error('file-result-duration')

{{ $errors->first('file-result-duration') }}

@enderror
{{ __('Generated Text Content Results Storage Period') }} ({{ __('In Days') }})
{{ __('Set as -1 for unlimited storage duration') }}.
@error('document-result-duration')

{{ $errors->first('document-result-duration') }}

@enderror
{{ __('Max Allowed Words Limit for All Text Results') }}
@error('tokens')

{{ $errors->first('words') }}

@enderror
{{ __('Included Extension Features') }}
@if (App\Services\HelperService::extensionPlagiarism())
{{ __('AI Plagiarism Check and Content Detector Extension') }}
{{ __('Plagiarism Checker Feature') }}
{{ __('AI Content Detector Feature') }}
{{ __('Total Scan tasks for AI Plagiarism Checker') }}
@error('plagiarism-pages')

{{ $errors->first('plagiarism-pages') }}

@enderror
{{ __('Total Scan tasks for AI Content Decoder') }}
@error('detector-pages')

{{ $errors->first('detector-pages') }}

@enderror
@endif @if (App\Services\HelperService::extensionVoiceClone())
{{ __('Voice Clone Extension') }}
{{ __('Voice Clone Feature') }}
{{ __('Maximum Allowed Created Voice Clones') }}
@error('voice_clone_number')

{{ $errors->first('voice_clone_number') }}

@enderror
@endif @if (App\Services\HelperService::extensionSoundStudio())
{{ __('Sound Studio Extension') }}
{{ __('Sound Studio Feature') }}
@endif @if (App\Services\HelperService::extensionPhotoStudio())
{{ __('AI Photo Studio Extension') }}
{{ __('AI Photo Studio Feature') }}
@endif @if (App\Services\HelperService::extensionPebblely())
{{ __('AI Product Photo Extension') }}
{{ __('AI Product Photo') }}
@endif @if (App\Services\HelperService::extensionVideoImage())
{{ __('AI Video (Image to Video) Extension') }}
{{ __('AI Image to Video Feature') }}
@endif @if (App\Services\HelperService::extensionVideoText())
{{ __('AI Video (Text to Video) Extension') }}
{{ __('AI Text to Video Feature') }}
@endif @if (App\Services\HelperService::extensionWordpressIntegration())
{{ __('Wordpress Integration Extension') }}
{{ __('Wordpress Integration Feature') }}
{{ __('Total Allowed Wordpress Websites') }}
@error('wordpress-website-number')

{{ $errors->first('wordpress-website-number') }}

@enderror
{{ __('Total Allowed Wordpress Posts Scheduled') }}
@error('wordpress-post-number')

{{ $errors->first('wordpress-post-number') }}

@enderror
@endif @if (App\Services\HelperService::extensionAvatar())
{{ __('AI Avatar Extension') }}
{{ __('AI Avatar Feature') }}
{{ __('Create Video from AI Avatar Videos Option') }}
{{ __('Create Video from AI Avatar Photos Option') }}
{{ __('Total Video from AI Avatar Videos Tasks') }}
@error('avatar_video_numbers')

{{ $errors->first('avatar_video_numbers') }}

@enderror
{{ __('Total Video from AI Avatar Photos Tasks') }}
@error('avatar_image_numbers')

{{ $errors->first('avatar_image_numbers') }}

@enderror
@endif
{{ __('Extra') }} ({{ __('Optional') }})
{{ __('Primary Heading') }}
{{ __('Plan Features') }} ({{ __('Comma Seperated') }})
@error('features')

{{ $errors->first('features') }}

@enderror
{{ __('Return') }}
@if ($type != 'Regular License')
{{ __('Calculate Cost and Margin') }} (USD)

{{ __('OpenAI Cost') }}:
      {{ __('GPT 3.5 Turbo Model') }}: $0
      {{ __('GPT 4 Turbo Model') }}: $0
      {{ __('GPT 4 Model') }}: $0
      {{ __('GPT 4o Model') }}: $0
      {{ __('GPT 4o mini Model') }}: $0
      {{ __('o1 mini Model') }}: $0
      {{ __('o1 preview Model') }}: $0
      {{ __('Fine Tuned Model') }}: $0
      {{ __('Whisper') }} (STT): $0
{{ __('Anthropic Cost') }}:
      {{ __('Claude 3 Opus Model') }}: $0
      {{ __('Claude 3.5 Sonnet Model') }}: $0
      {{ __('Claude 3.5 Haiku Model') }}: $0
{{ __('Gemini Cost') }}:
      {{ __('Gemini Pro Model') }}: $0
{{ __('Voiceover Cost') }}:
      {{ __('Characters') }} (TTS): $0

{{ __('Target Price') }}: $0
{{ __('Total Cost') }}: $0
{{ __('Net Profit') }}: $0
@endif @endif
@endsection @section('js') @endsection