مرحباً بك، {{ $parent->full_name }} 👋

تابع أداء أبنائك الدراسي وتواصل مع المدرسة بسهولة.

📅

التاريخ اليوم

{{ now()->translatedFormat('l, d F Y') }}

عدد الأبناء

{{ $totalChildren }}

مسجلين في المدرسة

الرسوم المستحقة

{{ number_format($totalDueFees) }} ر.ي

يرجى السداد في أقرب وقت

💬

تواصل مع الإدارة

هل لديك استفسار أو مشكلة؟

أبنائي 👨‍👩‍👧‍👦

@foreach($children as $child)
{{ $child->grade ? $child->grade->name : 'غير محدد' }}
{{ $child->full_name }}

{{ $child->full_name }}

{{ $child->pivot->relationship_type == 'father' ? 'الوالد' : ($child->pivot->relationship_type == 'mother' ? 'الوالدة' : 'ولي أمر') }} • منتظم

نسبة الحضور

@if(isset($child->attendance_stats['percentage']))

{{ $child->attendance_stats['percentage'] }}%

{{ $child->attendance_stats['present'] }} حضر • {{ $child->attendance_stats['absent'] }} غاب

@else

لا يوجد سجل

---

@endif

الرصيد المستحق

{{ number_format($child->due_amount) }}

ريال يمني

@endforeach
@if($children->isEmpty())

لا يوجد أبناء مسجلين حالياً.

يرجى التواصل مع إدارة المدرسة.

@endif