@extends('layouts.app') @section('title', 'Parent Dashboard') @section('page-title', 'Dashboard') @section('content') @php $hour = now()->hour; $greeting = $hour < 12 ? 'Good Morning' : ($hour < 17 ? 'Good Afternoon' : 'Good Evening'); @endphp
Here's how your children are doing
{{ $child->studentProfile?->class_?->full_name ?? 'N/A' }} · {{ $child->studentProfile?->admission_number ?? '' }}
{{ $att['percentage'] }}%
Attendance
{{ $att['total'] }}
Total Days
{{ $att['present'] }}
Present
{{ $att['absent'] }}
Absent
{{ $att['late'] }}
Late
| {{ $mark->exam->subject->name ?? '—' }} | {{ $mark->exam->name }} | @if($mark->is_absent) ABSENT @else {{ $mark->marks_obtained }}/{{ $mark->exam->total_marks }} {{ $mark->grade }} @endif |
{{ $childClass->classTeacher->name }}
Class Teacher
{{ $childClass->asstClassTeacher->name }}
Asst. CT
No children linked to your account yet.
Contact the school admin to link your children.
Contact the school directly
{{ $a->title }}
{{ Str::limit($a->content, 80) }}
{{ $a->created_at->diffForHumans() }}