| {{ $i++ }} |
{{ $result->testpin }} |
{{ $result->candidate_name }} |
{{ $result->email_id }} |
{{ (!empty($result->created_at)) ? Carbon\Carbon::parse($result->created_at)->format('Y-m-d') : '--' }} |
@if($result->company_id==12368)
{{ $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) : '' }} |
@else
{{ $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) : '' }} |
@endif
{{ $result->assessment_result_url ?? '--' }} |
@endforeach
@endif