@extends('theme.master') @section('title', 'Show Faculty Student Performance') @section('content') @include('admin.message') @if ($errors->any())
| Date | Class | Course | User | Mark Obtained | View Score Card |
|---|---|---|---|---|---|
| {{ date('d-m-Y', strtotime($quizAnswer->created_at)) }} | {{ $quizAnswer->classnumber ?? '' }} | {{ json_decode($quizAnswer->course_title, true)['en'] ?? '-' }} | {{ $quizAnswer->user_name ?? '' }} | {{ $quizAnswer->score_card ?? '0' }} |
View Score Card |
| No records found. | |||||