@extends('user.layout.mocktest') @section('title') {{{ $setting['site']['site_title'] or '' }}} - {{{ trans('main.user_panel') }}} @endsection @section('pages')
| Exam ID | {{$mockexam->id}} | Title | {{$mockexam->title}} |
|---|---|---|---|
| Description | {{$mockexam->description}} | ||
| S. No. | Section Title | @if($mockexam->type !='Practice Test')Max Time | @endifQuestions |
|---|---|---|---|
| {{$index+1}} | {{$details->title}} | @if($mockexam->type!='Practice Test'){{$details->time}} | @endif{{$details->questionCount}} |
--}} {{-- --}} {{--
--}}