@extends('layouts.nursery-portal') @section('title', $child->name) @section('content')
{{ $child->activeEnrollment?->classroom?->name ?? 'غير معين لفصل' }} @if($child->code)·{{ $child->code }}@endif
{{ $todayStatusLabel }}
@if($todayLog?->checked_in_at)وقت الحضور: {{ $todayLog->checked_in_at->format('H:i') }}
@endif @if($todayLog?->checked_out_at)وقت الانصراف: {{ $todayLog->checked_out_at->format('H:i') }}
@endif{{ $group['label'] }}
لا يوجد ملخص لليوم بعد.
@endforelseعرض للاطلاع فقط — لا يمكن التعديل من البوابة.
@include('nursery.partials.medications-readonly-table', ['medications' => $child->medications])