@php $dataIndex = isset($loop) ? $loop->index : rand(10000, 90000); @endphp @if ($entry['status'] == 'complete')

{{ $entry['video_name'] ?? __('Generated Song') }}

@lang('Created') {{ \Carbon\Carbon::parse($entry['created_at'])->diffForHumans() }}

@else
@lang('In Progress')
@endif