@extends('layouts.cbt') @section('page-title', $exam->title) @section('sidebar')@include('components.admin-sidebar')@endsection @section('content')
| Siswa | Skor | Status | Tab Switch | Waktu |
|---|---|---|---|---|
| {{ $a->student->user->name }} ({{ $a->student->nis }}) | {{ $a->score ?? '-' }} | {{ $a->status->label() }} | {{ $a->tab_switch_count }} | {{ $a->submitted_at?->format('d/m/Y H:i') ?? 'Berlangsung' }} |
| Belum ada peserta | ||||