TNA Rating Info
Candidate Info
Candidate Name: {!! $trTestParticipants->selectedCandidate->candidate->user->name ?? '' !!}
Batch Name: {!! $trTestParticipants->selectedCandidate->batch_name ?? '' !!}
Candidate Email: {!! $trTestParticipants->selectedCandidate->candidate->user->email ?? '' !!}
Candidate Mobile: {!! $trTestParticipants->selectedCandidate->candidate->user->phone ?? '' !!}
@php $catname = "";
$totalScore = 0;
$avgScored = 0;
$percentScored = 0;
@endphp
@endif
@php
$catname = $infoval->TrTrainingTlCategory->tls_category_name;
$totalScore = $infoval->tna_rating + $totalScore;
$percentScored = $infoval->tna_rating + $percentScored;
@endphp
@endforeach
Knowledge/Skills/Abilities: (Rating: 2 = Poor, 4 = Below Average, 6 = Average, 8 = Above Average, 10 = Good)
@foreach ($tnaInfo as $key=>$infoval)
@php
$catNewName = $infoval->TrTrainingTlCategory->tls_category_name;
$fontName = (isset($tnaInfo[$key+1]->TrTrainingTlCategory->tls_category_name)) ? $tnaInfo[$key+1]->TrTrainingTlCategory->tls_category_name : "";
@endphp
@if ($catNewName != $catname )
{{ $catNewName }}
| Skill | Rating |
|---|---|
| {!! $infoval->TrTrainingTl->tls_name !!} | {!! $infoval->tna_rating !!} |