@extends('layouts.admin') @section('content') @php $total_questions = $result_test['total_questions']; $i = 0; $k = 0; @endphp
{{$result_test['book']}}: {{$result_test['title']}}

Questions:
@while ($k < $result_test['total_questions']) {{--
--}} @php $k++; @endphp @endwhile
{{-- Test on {{$result_test['subject']}}: {{$result_test['class']}} --}}

{{$result_test['duration']}} minutes

[ Total score: {{$result_test['total_score']}} | Total questions: {{$result_test['total_questions']}} | Option: {{$result_test['total_options']}} ]

{{$result_test['duration']}}:00

@endsection