{{ __('Remaining Credits') }}
@if ((int) $auth->remaining_words + (int) $auth->remaining_images != 0)
@endif @if ((int) $auth->remaining_words + (int) $auth->remaining_images != 0)
@endif
{{ __('Words') }} @if ($auth->remaining_words == -1) {{ __('Unlimited') }} @else {{ number_format((int) $auth->remaining_words) }} @endif
{{ __('Images') }} @if ($auth->remaining_images == -1) {{ __('Unlimited') }} @else {{ number_format((int) $auth->remaining_images) }} @endif
@foreach (json_decode($openai->questions) as $question)
@php $placeholder = isset($question->description) && !empty($question->description) ? __($question->description) : __($question->question); @endphp @if ($question->type == 'text') @elseif($question->type == 'textarea') @elseif($question->type == 'select')
{{ __($question->question) }}
@elseif($question->type == 'rss_feed')
{{ __('Fetch RSS') }}
@elseif($question->type == 'url') @endif
@endforeach @if ($openai->type == 'youtube')
{{ __('Action') }}
@endif @if ($openai->type == 'text' || $openai->type == 'rss')
{{ __('Tone of Voice') }}
@endif