@extends('layouts.app') @section('title', 'Student Dashboard') @section('page-title', 'My Dashboard') @section('content')
Attendance
{{ $attendance['percentage'] }}%
{{ $attendance['present'] }}/{{ $attendance['total'] }} days
Pending Assignments
{{ $pendingAssignments }}
Fees Due
₹{{ number_format($feesDue) }}
Class
{{ $profile?->class_?->full_name ?? 'N/A' }}
{{ $mark->exam->subject->name ?? 'N/A' }}
{{ $mark->exam->name }}
No marks recorded yet.
@endforelse{{ $insight->insight }}
AI insights will appear after exam results.
@endforelse{{ $a->title }}
{{ Str::limit($a->content, 120) }}
{{ $a->created_at->diffForHumans() }}
No announcements.
@endforelse