@if($openai->type == 'image')
@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
{{__('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
@foreach(json_decode($openai->questions) as $question) @if($question->type == 'select')
@endif @endforeach
@include('panel.user.openai.generator_components.generator_sidebar_table')
@endif