@if ($openai->type == 'image')

{{ __('Result') }}

@elseif ($openai->type == 'video')

{{ __('Result') }}

@elseif($openai->type == 'voiceover')
@foreach ($userOpenai as $entry) @if (empty(json_decode($entry->response))) @continue @endif @endforeach @if (count($userOpenai) == 0) @endif
{{ __('File') }} {{ __('Language') }} {{ __('Voice') }} {{ __('Date') }} {{ __('Play') }} {{ __('Action') }}
{{ $entry->title }} @foreach (array_unique(json_decode($entry->response)->language) as $lang) {{ country2flag(explode('-', $lang)[1]) }} @endforeach {{ $lang }} @foreach (array_unique(json_decode($entry->response)->voices) as $voice) {{ getVoiceNames($voice) }} @endforeach {{ $entry->created_at->format('M d, Y') }}, {{ $entry->created_at->format('H:m') }}
{{ __('No entries created yet.') }}
{{ $userOpenai->links() }}
@else
@foreach ($userOpenai as $entry) @if ($openai->type == 'text') @elseif($openai->type == 'code') @else @endif @endforeach @if (count($userOpenai) == 0) @endif
{{ __('Type') }} {{ __('Result') }}
@if ($entry->generator->image !== 'none') {!! html_entity_decode($entry->generator->image) !!} @endif {!! $entry->output !!}
{{ $entry->output }}
{{ $entry->output }}
{{ __('No entries created yet.') }}
@endif @if ($openai->slug == 'ai_image_generator') @elseif ($openai->slug == 'ai_video') @endif