@extends('layouts.frontend') @section('js_after') @endsection @section('content')

Take these mock exams to test your knowledge on various topics.

@if(isset($mock_exam_list) && count($mock_exam_list)>0) @php $mc_count=1; @endphp @foreach($mock_exam_list as $mock_exam) @php $total_marks = 0; if ($mock_exam->questionsList->count()>0){ foreach ($mock_exam->questionsList as $questionL){ $total_marks += $questionL->questionDetails->mark; } } @endphp {{----}} @php $mc_count++; @endphp @endforeach @endif
Sl. No Name Difficulty Level No. of Questions Total Marks Pass Marks Duration Action
{{$mc_count}}. {{$mock_exam['name']}} {{$mock_exam['exam_level']?$mock_exam->questionLevel->name:''}} {{$mock_exam->questionsList->count()}} Questions {{$total_marks}} {{$mock_exam['percentage']}}{{($mock_exam['mark_type']==5)?'%':''}} {{$mock_exam['duration']}} MinutesSelect Your Mock Exam

Many more topics will be launched shortly.

@endsection