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

{{ isset($entry['duration']) ? substr($entry['duration'], 0, 4) : '0:00:00' }}

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

@else
@lang('Processing...')
@lang('This may take a few minutes')
@endif