- الاسم
- {{ $child->guardian?->name }}
- العلاقة
- {{ $relationshipLabels[$child->guardian_relationship] ?? '—' }}
- رقم الجوال
- {{ $child->guardian?->phone }}
- البريد
- {{ $child->guardian?->email ?? '—' }}
- رقم الهوية
- {{ $child->guardian?->national_id ?? '—' }}
- المنطقة
- {{ \App\Support\SaudiRegions::regionLabel($child->guardian?->region) ?? '—' }}
- المدينة
- {{ $child->guardian?->city ?? '—' }}
- العنوان
- {{ $child->guardian?->address ?? '—' }}