@extends('candidate::layouts.master') @section('pagetitle','Manage Interview') @section('content')

Hi there, {{ucfirst($candidate->name)}}

Over the course of this video interview you will answer a serires of
questions by recording a video response for each one.

You are allowed to read the question for as long as you like, but the
time to answer is limited.

A REMINDER, BEFORE WE START

You will be interviewing for the position of {{ucfirst($candidate->position->name)}} at {{ucfirst($candidate->employer->company_name)}}

This interview consists of {{$question_count}} and will take around {{$sumofmin}} Minutes.

FOR A SUCCESSFULL INTERVIEW EXPERIENCE

Find quiet and well-lit room where you can answer the interview
questions uninterrupted

Make sure your device battery is charged and you are in an area.
with good internet

@endsection @section('scripts') @endsection