@php use App\Models\StudentQuizResult; // use Carbon\Carbon; $getStudentClassSessionQuizzes = $allResults['getStudentClassSessionQuizzes']; // dd($getStudentClassSessionQuizzes); $student_id = Auth::user()->student->id; @endphp

Quizzes