@extends('student.layouts.test') @section('titlePage', 'Take Test') @php $brand = $dataConfigs['brand'] ?? null; @endphp @push('style') @endpush @section('content-detail') {{$test->title ?? null}} Lock Section : Yes Attempts : 01 Monitoring : No Test Summary Duration {{$data['total_time_section'] ?? $test->duration ?? 0}} Minutes No. of questions {{$test->total_questions ?? 0}} Maximum Marks {{$test->total_marks ?? 0}} Subject {{$test->category->category}} System Performance Your IP Address {{request()->ip()}} Plugins Ready Cancel Start Test {{----}} @include('student.test.layouts.common.modals') @endsection @section('content-test') @include($view, $data) @endsection @push('script') @endpush
Lock Section : Yes
Attempts : 01
Monitoring : No
{{$data['total_time_section'] ?? $test->duration ?? 0}} Minutes
{{$test->total_questions ?? 0}}
{{$test->total_marks ?? 0}}
{{$test->category->category}}
{{request()->ip()}}
Ready