@if ($openai->type == 'voiceover')
{{ __('File') }}
{{ __('Language') }}
{{ __('Voice') }}
{{ __('Date') }}
{{ __('Play') }}
{{ __('Action') }}
@empty
{{ $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') }}
@endforelse
{{ __('No entries created yet.') }}
{{ $entry->output }}