@extends('layouts.organization') @section('breadcrumb')
@endsection @section('content')| {{__('Position')}} | {{__('Student')}} | {{__('Quiz Mark')}} | {{__('Obtained Mark')}} | {{$k + 1}} |
{{$take_exam->user->name}}
|
{{get_total_score($exam->id)}} | {{get_student_by_student_score($exam->id, null)}} | @endif @endforeach
|---|