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

{{ __('Create New Prepaid Plan') }}

@csrf
{{ __('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 Credits') }}
{{ __('GPT 4 Turbo Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('GPT 4 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 Sonnet Model Credits') }}
{{ __('For AI Templates and AI Chat features') }}
{{ __('Claude 3 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
{{ __('Dalle Images Included') }}
{{ __('Valid for all images sizes') }}
@error('dalle_images')

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

@enderror
{{ __('Stable Diffusion Images Included') }}
{{ __('Valid for all images sizes') }}
@error('sd_images')

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

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

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

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