@extends('layouts.parent') @section('title', 'Attendance History - Kidscholl') @section('styles') @endsection @section('content')
Track your child's daily presence status and check overall attendance statistics.
| Date | Status | Remarks / Comments |
|---|---|---|
| {{ \Carbon\Carbon::parse($att->date)->format('d M Y - l') }} | {{ $att->status }} | {{ $att->remarks ?: 'No remarks added' }} |
| No attendance logs available for this student profile yet. | ||