@extends('student.layouts.test') @section('titlePage', 'Take Test') @php $brand = $dataConfigs['brand'] ?? null; @endphp @push('style') @endpush @section('content-detail')
images

{{$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
{{--
Cancel
--}}
@include('student.test.layouts.common.modals') @endsection @section('content-test')
@include($view, $data)
@endsection @push('script') @endpush