{{-- B2B tenancy step d — parent Atlas (read-only). --}} @php($d = $this->getData()) @if ($d['children']->isEmpty())
No children are linked to your account yet. Please contact your school or AGS support.
@else {{-- Child chooser --}}
@foreach ($d['children'] as $c) @php($active = $d['child'] && $d['child']->id === $c->id) {{ $c->name ?? $c->firstname }} @endforeach
@if ($d['child']) @php($agg = $d['snapshot']['aggregate'] ?? [])

{{ $d['child']->name ?? $d['child']->firstname }}

Maxile {{ $agg['maxile_score'] ?? 0 }} · {{ $agg['maxile_level']['short_name'] ?? '—' }}
Field mastery
@include('filament.teacher.atlas.radar', ['items' => $d['radar'], 'unit' => 'M', 'color' => '#3BA9F4'])
@include('filament.teacher.atlas.growth', [ 'points' => $d['history']['points'] ?? [], 'current' => $d['history']['current'] ?? null, 'color' => '#3BA9F4', 'label' => 'Maxile over time', ])
Curriculum mastery
@include('filament.teacher.atlas.tree', ['fields' => $d['snapshot']['fields']])
@else
Select a child to view their Atlas.
@endif @endif