@extends('student.layouts.test') @section('titlePage', 'Detail Test') @push('styles') @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 sections
@php if (isset($data['section_names'])) { $sectionNumber = count($data['section_names']); }else{ $sectionNumber = isset($test->section->title) ? 1 : 0; } @endphp

{{addZero($sectionNumber)}}

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
@endsection @push('script') @include('student.payment.script', [ 'url' => route('fe.student.payment', [$test->id, 'test']), 'data' => $test ]) @endpush