@if ($type == 'Regular License' && $status)
{{ __('Extended License is required in order to have access to these features') }}
@else
@if ($type != 'Regular License')
{{ __('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