@extends('layouts.app') @php($hideLayout = true) @push('css') @endpush @section('content')

HSC 2026 Test

00 : 00 : 00
Questions: {{count($exam->questions)}}
Full Marks: {{$exam->total_marks}}
Time: {{$exam->duration_minutes}} min
@csrf

পরীক্ষার্থীর তথ্য

@foreach ($exam->questions as $index => $question)

{{ $index + 1 }}. {{ $question->question }}

@foreach (['option_1', 'option_2', 'option_3', 'option_4'] as $optKey) @endforeach
@endforeach
@foreach ($exam->questions as $index => $q) @endforeach
@push('js') @endpush @endsection