@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')
Interviewing for {{ucfirst($question->position->name)}}

Question @if (session('qstn_index')) {{ session('qstn_index') }} @endif:

{{$question->question}}
Attempts Left: {{ $attempt_left }}
Time Left: {{$question->allowed_ans_time}}M 0S
Back to Overview
@endsection @section('scripts') @endsection