@include('employer::allcandidates.pageheader')
@if($question_attempt->count()>0)
Notice
Video Recordings will automatically erase after {{$candidate->employer->package->retain_video_prd}} days of being submitted. Download your recordings to always have them on hand or upgrade your package to maintain videos longer.
@foreach($questions as $key => $question)
@if($question['attempt_exist']=='1')
@endif
@endforeach
@if($candidate->status!=3)
Interview Not Completed
Your candidate has not yet completed this section.
Use the button below to resend your interview invite.
Resend Invite
@endif
@elseif($candidate->status==3)
Interview Completed
Your candidate has directly completed this section from admin. So the video is not present
@if($candidate->status!=3)
Interview Not Completed
Your candidate has not yet completed this section.
Use the button below to resend your interview invite.
Resend Invite
@endif
@endif