@extends('layouts.app') @section('content') @include('common/dashboard-top-nav') Exams {{ $exam_info->exam_name }} {{ $exam_info->exam_name }} 00:00:00 {{ $exam_info->examTime }} {{ $exam_info->categoryname }} Question 01 / {{ $arraylen }} {!! csrf_field() !!} @foreach($exam_questions as $exam_data) {!! $exam_data->question_title !!} A{{ $exam_data->answer_1 }} B{{ $exam_data->answer_2 }} C{{ $exam_data->answer_3 }} D{{ $exam_data->answer_4 }} E{{ $exam_data->answer_5 }} @if($key != 0) Previous @endif @if($key != ($arraylen-1)) Next @else Next @endif @endforeach # Question Your Answer @foreach($exam_questions as $exam_data) {{ $slcount }} {!! $exam_data->question_title !!} @endforeach Back Submit Overview @foreach($question_id as $key=>$val) {{ $ovcount }} @if($ovcount == 15) @endif @endforeach Answerd Not Answerd @endsection