@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')
Recommended: Test your camera & microphone before beginning your interview
Run Test
Interviewing for {{ucfirst($position->name)}} @if(isset($questions_det)) @foreach($questions_det as $key => $question)

Question {{$key+1}}:

@if($question['attempt_exist'])
@endif
{{$question['question']}} Attempts: {{$question['attempt_left']}} Time Limit: {{$question['max_time']}}M 0S @if($question['record_file'] != '')
@else
{{Str::upper('UnAnswered')}}
@endif
@if($completion != '3') @endif
@endforeach @endif @if($qcompleted && $completion != '3')
@endif
@endsection @section('scripts') @endsection