@extends('layouts.app') @section('titlePage', 'Detail Test') @section('content')
@include('common.alert')
@csrf @include('client.performance.assignments.form')
@foreach ($assignmentQuizResults as $value) @endforeach
Total Marks Marks obtained Percentage Analysis Total pause Status Submission Time
{{ $value->total_marks }} {{ $value->marks_obtained }} {{ $value->percentage }}% @include('client.performance.inc.table_analysis') {{ $value->total_pause }} {{ ucfirst($value->exam_status) }} {{ $value->updated_at }}
@endsection @section('script') {{-- @include('client.students.script')--}} @endsection