@extends('layouts.main') @section('title',"Candidates Stream") @section('content')
@if(!empty($candidate)) @foreach($candidate as $testpin=>$videos)
@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
@endforeach @else

No video found

@endif
Please wait, Loading...
@endsection @section('footer') @endsection