@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

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

@method('PUT') @csrf
{{ __('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 4 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 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 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
{{ __('Dalle Images Included') }} ({{ __('Renewed Monthly') }})
{{ __('Valid for all image sizes') }}. {{ __('Set as -1 for unlimited images') }}.
@error('dalle-images')

{{ $errors->first('dalle-images') }}

@enderror
{{ __('Stable Diffusion Images Included') }} ({{ __('Renewed Monthly') }})
{{ __('Valid for all image sizes') }}. {{ __('Set as -1 for unlimited images') }}.
@error('sd-images')

{{ $errors->first('sd-images') }}

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

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

@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 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') }}
{{ __('AI Image to Video Feature') }}
{{ __('Voice Clone Feature') }}
{{ __('Sound Studio Feature') }}
{{ __('Plagiarism Checker Feature') }}
{{ __('AI Content Detector Feature') }}
{{ __('Personal Custom AI Chat Bot Creation Feature') }}
{{ __('Personal Custom Template Creation Feature') }}
{{ __('Brand Voice 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
{{ __('OpenAI Image Engine') }}
{{ __('Stable Diffusion Image Engine') }}
{{ __('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
{{ __('Maximum Allowed Created Voice Clones') }}
@error('voice_clone_number')

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

@enderror
{{ __('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
{{ __('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
{{ __('Primary Heading') }} ({{ __('Optional') }})
{{ __('Plan Features') }} ({{ __('Comma Seperated') }})
@error('features')

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

@enderror
{{ __('Return') }}
@endsection @section('js') @endsection