@extends('layouts.parent') @section('title', 'Exam Results & Report Cards - Kidscholl') @section('styles') @endsection @section('content')

Results & Report Cards

View or download published terminal examination result sheets and performance cards.

Reports Published: {{ count($results) }}
@forelse($results as $res)
{{ $res->title }}
Upload Date: {{ \Carbon\Carbon::parse($res->upload_date)->format('d M Y') }}
@empty
No Published Results

No report cards or term results are currently available for this profile.

@endforelse
@endsection