{{ strtoupper(substr($parent->name ?? 'O', 0, 1)) }}
{{ $parent->name ?? 'Orang Tua' }}
{{ $formatPhone($parent->phone) }}
{{ $parent->email ?: 'Email belum diisi' }}
{{ $row['account_status'] }}
Jumlah Anak
{{ $parent->children_count }} anak
{{ $row['children']->pluck('child.nama')->filter()->take(2)->join(', ') ?: 'Belum ada anak' }}
Status Keluarga
{{ $row['family_status'] }}
Konsultasi
{{ $row['consultations_count'] }} konsultasi
{{ $row['active_consultations_count'] }} aktif
Terakhir Aktif
{{ $row['last_active']?->format('d M Y') ?? '-' }}
{{ $row['last_active']?->diffForHumans() ?? '-' }}