@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')
@if($completion != '3') @if(session('runtest')=='')
@endif @endif
Interviewing for {{ucfirst($position->name)}}
@foreach($questions_det as $key => $question)
@endforeach
@foreach($questions_det as $key => $question)

{{$key+1}}. {{$question['question']}}

Attempts Left: {{$question['attempt_left']}}
Time Left: {{numTimeFormatToAlpha($question['max_time'])}}
@endforeach
@endsection @section('scripts') @endsection