@foreach($candidates as $candidate) @php $photo = \HireMeeHelper::getAWSImageUrl($candidate->s3_id,config('filesystems.disks.hiremeeprodev.bucket'),'hiremeeprodev'); @endphp
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