@extends('layouts.master', ['title' => 'Job Seeker Exam Paper']) @section('content')

Exam Paper {{ session()->get('examstarted') }}


*Note: Page refresh is not allowed, if you trying to refresh then your exam is cancelled.

Time allowed : {{ $papers[0]->examsDetails->max_time_allowed }}
@csrf

MCQ Quiz

(1 of {{ $totalQuestions }})

Q.

{{ $papers[0]->question }}?
@endsection @section('scripts') @endsection