@if ($openai->type == 'image')
| {{__('Type')}} | {{__('Result')}} | ||
|---|---|---|---|
| @if ( $entry->generator->image !== 'none' ) {!! html_entity_decode($entry->generator->image) !!} @endif | @if($openai->type == 'text'){!! $entry->output !!} | @elseif($openai->type == 'code')
|
@else
{{$entry->output}} | @endif
| {{__('No entries created yet.')}} | |||