Rating List
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
Filter
Search Rating
Lists
| --}} | SL No. | Trainee Name | Phone | Job | Batch | Test | Class | Rated | Percentage | TL | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| --}} {{-- --}} {{-- | --}}{{ $loop->iteration ?? '' }} | {{ $trTestParticipant->selectedCandidate->candidate->user->name }} | {{ $trTestParticipant->selectedCandidate->candidate->user->phone }} | {{ $trTestParticipant->selectedCandidate->jobs->jobTitle->name ?? 'N/A' }} | {{ $trTestParticipant->selectedCandidate->batch_id ?? 'N/A' }} | {{ $trTestParticipant->trTestSchedule->trTest->name }} | {{ $trTestParticipant->trTestSchedule->trClassSchedule->trClass->name }} | {!! $trTestParticipant->trRating == null ? 'No' : 'Yes' !!} | {{ $trTestParticipant->trRating ? +$trTestParticipant->trRating->percentage : 0 }}% | {{ $trTestParticipant->teamLeader->name ?? 'N/A' }} | @if($trTestParticipant->trRating == null) Rate @else Update @endif |