@extends('front'.viewPrfx().'layouts.master') @section('content')
{{ $quiz['title'] }} {{ $detail['job_title'] ? ' : '.$detail['job_title'] : ''; }}
{{ __('message.time_remaining') }} : {{ $time['clock'] }} {{ __('message.question') }} {{ $detail['attempt'] }} of {{ $detail['total_questions'] }}
{!! textToImage($question['title'], candidateSession()) !!}
@if(isset($question["image"]))
@php $thumb = questionThumb($question['image']); @endphp