Assessments Available for review
@if(!is_null($assessment)){{$assessment->name}} - {{date('Y-m-d')}} ({{$candidateCount}})@endif @if(array_key_exists("start_date", $input) && array_key_exists("end_date", $input)) @if($input["start_date"]) from {{$input["start_date"]}} to {{$input["end_date"]}} @endif @endif
@foreach($candidates as $candidate)
@php $photo = \HireMeeHelper::getAWSImageUrl($candidate->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev');
@endphp
@endforeach
Candiate Name: {{$candidate->first_name}} {{$candidate->last_name}}
Test Pin: {{$candidate->testpin}}
Start time: {{date('H:i:s',strtotime($candidate->created_at))}}
Total Images: {{$candidate->totImg}}
Total Flagged Images: {{$candidate->totFlagedImg}}
{{$candidates->links()}}
No Records found