@if(!empty($report_data)) @php $i=1; @endphp @foreach($report_data as $result) @if($result->company_id==12368) @else @endif @endforeach @endif
S.No. Testpin Candidate Name Email ID Test Completion date Overall Pronunciation Fluency Vocabulary Grammar Reports URL
{{ $i++ }} {{ $result->testpin }} {{ $result->candidate_name }} {{ $result->email_id }} {{ (!empty($result->created_at)) ? Carbon\Carbon::parse($result->created_at)->format('Y-m-d') : '--' }}{{ $result->overall ? round((round($result->overall,1)/9)*100,1) : '' }} {{ $result->pronunciation ? round((round($result->pronunciation,1)/9)*100,1) : '' }} {{ $result->fluency ? round((round($result->fluency,1)/9)*100,1) : '' }} {{ $result->vocabulary ? round((round($result->vocabulary,1)/9)*100,1) : '' }} {{ $result->grammer ? round((round($result->grammer,1)/9)*100,1) : '' }}{{ $result->overall ? number_format($result->overall,1) : '' }} {{ $result->pronunciation ? number_format($result->pronunciation,1) : '' }} {{ $result->fluency ? number_format($result->fluency,1) : '' }} {{ $result->vocabulary ? number_format($result->vocabulary,1) : '' }} {{ $result->grammer ? number_format($result->grammer,1) : '' }}{{ $result->assessment_result_url ?? '--' }}