@extends('layouts.frontend') @section('title', 'Examination Results - Kidscholl Academy') @section('content')
@forelse($resultNotices as $notice)
Results Notice {{ \Carbon\Carbon::parse($notice->created_at)->format('d F Y') }}

{{ $notice->title }}

{{ $notice->description }}

@if($notice->attachment_path) Download Result Schedule PDF @endif
@empty

No Results Published Yet

All term-wise and section report notifications will display here. Parents should login to their Parent Portal account to view and download specific student report sheets under the "Result Cards" section.

Parent Portal Login
@endforelse
Report Cards Access

As per kids privacy regulations, individual scores, class grade comparisons, and teacher comments are not shared publicly. Parents can download report cards by navigating to:

  1. Go to Parent Portal
  2. Authenticate with OTP
  3. Go to "Result Cards" tab
  4. Click Download
@endsection