@if ($openai->type == 'image')
{{ __('Words') }} @if (Auth::user()->remaining_words == -1) Unlimited @else {{ number_format((int) Auth::user()->remaining_words) }} @endif
{{ __('Images') }} @if (Auth::user()->remaining_images == -1) Unlimited @else {{ number_format((int) Auth::user()->remaining_images) }} @endif
@if ((int) Auth::user()->remaining_words + (int) Auth::user()->remaining_images != 0)
@endif @if ((int) Auth::user()->remaining_words + (int) Auth::user()->remaining_images != 0)
@endif
@php $placeholders = [__('Cityscape at sunset in retro vector illustration '), __('Painting of a flower vase on a kitchen table with a window in the backdrop.'), __('Memphis style painting of a flower vase on a kitchen table with a window in the backdrop.'), __('Illustration of a cat sitting on a couch in a living room with a coffee mug in its hand.'), __('Delicious pizza with all the toppings.')]; @endphp @foreach (json_decode($openai->questions) as $question) @if ($question->type == 'textarea') @endif @endforeach
{{-- --}}
{{--
--}} {{-- @foreach (json_decode($openai->questions) as $question) @if ($question->type == 'select') --}}
@if ($settings_two->dalle == 'dalle2') @else @endif
{{-- @endif @endforeach --}}
@if ($settings_two->dalle == 'dalle2') @else @endif
@include('panel.user.openai.generator_components.generator_sidebar_table')
@endif