{{ session('success') }}
@endif
@php
$pendingAssignments = $pendingAssignments ?? collect();
@endphp
Welcome to Your Dashboard
@if ($pendingAssignments->isEmpty())
@endif
You have no pending assignments. You're all caught up!
@else
| Assignment | Due Date | Status |
|---|---|---|
|
@if ($assignment->course)
{{ $assignment->course->course_name }}
@endif
|
{{ $assignment->due_date ? $assignment->due_date->format('M d, Y g:ia') : 'No due date set' }} | {{ $status }} |
📚 Courses
You are currently enrolled in 3 courses. View your courses, lecture materials, and course schedule here.
📊 Grades
Track your academic performance. View your grades for all assessments, assignments, and exams.
✏️ Assignments
View pending and submitted assignments. Keep track of deadlines and submission status.
📈 Progress
Monitor your overall academic progress and see personalized recommendations for improvement.