View parent accounts, linked children, enrollment progress, and test results.
| Parent | Children | Status | Joined | Actions |
|---|---|---|---|---|
|
{{ $parent['name'] }}
{{ $parent['email'] }}
|
{{ $parent['children_count'] }} | @php $sColor = $statusColors[$parent['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp {{ ucfirst($parent['status']) }} | {{ $parent['created_at'] }} |
@if(($parent['status'] ?? '') === 'suspended')
@else
@endif
|
|
No parents found. |
||||
Name
{{ $viewParent['name'] }}
{{ $viewParent['email'] }}
Status
@php $pColor = $statusColors[$viewParent['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp{{ ucfirst($viewParent['status']) }}Joined
{{ $viewParent['created_at'] }}
{{ $child['name'] }}
{{ $child['email'] }}
| Course | Status | Progress |
|---|---|---|
| {{ $enrollment['course_name'] }} | @php $eColor = match($enrollment['status']) { 'active','enrolled' => 'text-green-600', 'completed' => 'text-blue-600', 'dropped' => 'text-red-600', default => 'text-gray-500' }; @endphp {{ ucfirst($enrollment['status']) }} |
|
No course enrollments found.
@endifNo linked children found for this parent.
You are about to suspend:
{{ $suspendParentName }}
This will prevent the parent from logging in and viewing their children's progress.