@extends('layouts.app') @section('title', 'Parent Dashboard') @section('page-title', 'My Children') @section('content')
{{ $child->studentProfile?->class_?->full_name ?? 'N/A' }} | {{ $child->studentProfile?->admission_number }}
Recent Marks
@forelse($child->marks->take(3) as $mark){{ $mark->exam->subject->name ?? '' }}: {{ $mark->marks_obtained }}/{{ $mark->exam->total_marks }}
@emptyNo marks yet
@endforelseQuick Links
Actions
{{ $a->title }}
{{ Str::limit($a->content, 120) }}
No announcements.
@endforelse