@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @php $brand_color = $dataConfigs['brand'] ?? 'default'; @endphp
Staffs
+2.31%last month
Students
+2.31%last month
Total Questions
+2.31%
Total Test
+2.31%last month
{{$countStaffActive ?? 0}}
{{$countStaffDeactivated ?? 0}}
{{$countStudentInvited ?? 0}}
{{$countStudentJoined ?? 0}}
{{$countStudentDeactivated ?? 0}}
{{$countTest ?? 0}}
{{count($countTestAttempted) ?? 0}}
| Category | Title | Name | USN | Campus | Degree | Department | Batch | Section | Maximum Marks | Student score | Remarks | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $value->test->category->category ?? 'None' }} | {{ $value->test->title ?? null }} | {{ $value->student->fullname ?? null }} | {{ $value->student->registration_number ?? null }} | {{ $value->student->campus->campus_title ?? null }} | {{ $value->student->degree->deg_spc_title ?? null }} | {{ $value->student->department->d_name ?? null }} | {{ $value->student->batch->batch_title ?? null }} | {{ $value->student->section->title ?? null }} | {{ $value->total_marks }} | {{ $value->marks_obtained ?? 0}} | {{ !empty($remarksMap[$value->test_id.'_'.$value->student_id]) ? $remarksMap[$value->test_id.'_'.$value->student_id]->remarks : '' }} | Attempted |