@extends('layouts.app') @section('content') @include('common/dashboard-top-nav')

{{ $exam_info->exam_name }}

Total Question
{{ $exam_info->total_question }}
Total Marks
{{ $exam_info->total_question }}
Total Time
{{ $exam_info->examTime }} Minutes
Exam Instruction
@if(isset($exam_info->exam_instruction) && !empty($exam_info->exam_instruction)) {!! $exam_info->exam_instruction !!} @endif
Start
@endsection