@extends('layouts.front') @section('page-css') @endsection @section('content') {{ $title }} Dashboard {{ $title }} Exam: {{ $examName }} Time Remaining Exam time finished @csrf @if ($firstQuestion) Question {{ $answeredQuestionsCount +1 }}/{{ $totalQuestions }} {{ $firstQuestion->question }} @foreach ($firstQuestion->options as $option) {{ $option->answer_options }} @endforeach @else No questions available. @endif Submit @endsection @section('page-scripts') @endsection
No questions available.