Blocked Candidate list
@if(!is_null($assessment)){{$assessment->name}} @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}}
@if(isset($candidate->totFlagedImg))Total Flagged Images: {{$candidate->totFlagedImg}}
@endif @if((\Carbon\Carbon::parse($candidate->start_date)->format('Y-m-d H:i:s') <= \Carbon\Carbon::now()->format('Y-m-d H:i:s')) && (\Carbon\Carbon::parse($candidate->end_date)->format('Y-m-d H:i:s') >= \Carbon\Carbon::now()->format('Y-m-d H:i:s'))) {{----}} @endif
{{$candidates->links()}}
No Records found