@extends('layouts.main') @section('title',"Candidates Stream") @section('content')
@if(isset($stream_assessment)) @endif
@if(!empty($candidate)) @foreach($candidate as $testpin=>$videos)
{{$testpin}}
@if(isset($testpin)) @php $profileImg = \App\Helper\HireMeeHelper::getTestpinProfileImage($testpin); @endphp {{----}} Profile Img @endif
@if(isset($videos['CandidateVideo'])) Candidate Video @endif
@if(isset($videos['ScreenVideo'])) Screen Share @endif
@endforeach @else

No video found

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