@extends('layouts.admin') @section('content')

{{$percentage}}% @if ($percentage < 45) FAIL @else PASS @endif

{{ceil($over_detail)}} / {{$over_score}}
Correct answers: {{$correct}} Wrong answers: {{$wrong}}

SECTIONS


Corrections
    @php $i = 0; @endphp @foreach ($result_questions as $questions) @php $i++; @endphp
  • {{$i}} {{$questions->textual_question}} {{$questions->answer}}
  • @endforeach
@endsection