@extends('layouts.app') @section('css') @endsection @section('content')
@csrf
{{ __('AI ReWriter') }}

{{ __('Rewrite and improve your content with the help of AI in just a second') }}

{{ __('Your Balance is') }} @if (auth()->user()->gpt_3_turbo_credits == -1) {{ __('Unlimited') }} @else {{ number_format(auth()->user()->gpt_3_turbo_credits + auth()->user()->gpt_3_turbo_credits_prepaid) }} @endif {{ __('GPT 3.5 Turbo') }} {{ __('Words') }}
@if ($brand_feature)
@endif
{{ __('Select Company') }}
{{ __('Select Product / Service') }}
{{ __('Language') }}
@error('language')

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

@enderror
{{ __('Target Text') }}
@error('prompt')

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

@enderror
{{ __('AI Model') }}
{{ __('Creativity') }}
{{ __('Tone of Voice') }}
{{ __('Point of View') }}
{{ __('Number of Results') }}
@error('max_results')

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

@enderror
@error('document')

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

@enderror

{{ __('Total Words') }}:

@endsection @section('js') @endsection