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

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

@else
{{ __('Edit Prepaid Plan') }}

@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('price')

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

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

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

@enderror
{{ __('Featured Plan') }}
{{ __('Included Features') }}
{{ __('GPT 4 Turbo Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('GPT 4 Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('GPT 4o Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('GPT 4o mini Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('o1 preview Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('o1 mini Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('GPT 3.5 Turbo Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Fine Tuned Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Claude 3 Opus Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Claude 3.5 Sonnet Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Claude 3.5 Haiku Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Gemini Pro Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Characters Included') }}
{{ __('For AI Voiceover feature') }}
@error('characters')

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

@enderror
{{ __('Minutes Included') }}
{{ __('For AI Speech to Text feature') }}
@error('minutes')

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

@enderror
{{ __('Image Credits') }}
{{ __('Valid for all images vendors') }}
@error('images')

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

@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