@extends('Training::backend.layouts.app') @section('title', 'Rating List') @push('css') @endpush @section('content')

Rating List

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Filter

Search Rating

Clear

Lists

{{-- --}} @foreach($trTestParticipants as $trTestParticipant) {{-- --}} @endforeach
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
@include('admin.sections.footer')
@endsection @push('js') @endpush