Candidate Recorded Videos
@if(!empty($candidate))
@foreach($candidate as $testpin=>$videos)
@endforeach
@else
@endif
@if(isset($videos['CandidateVideo']))
Candidate Video
@endif
@if(isset($videos['ScreenVideo']))
Screen Share
@endif
@if(isset($videos['Third Eye']))
Third Eye
@endif
Testpin:
{{$testpin}}
@php
$checkstatus = \App\Helper\HireMeeHelper::getStatusAssessment($testpin);
@endphp
@if($checkstatus->status == 10)
@else
@endif
No video found