{{-- B2B tenancy step d — per-student Atlas drill-in. --}} @php($data = $this->getData()) @php($snapshot = $data['snapshot']) @php($agg = $snapshot['aggregate'] ?? [])

{{ $data['student']->name ?? $data['student']->firstname }}

Maxile {{ $agg['maxile_score'] ?? 0 }} · {{ $agg['maxile_level']['short_name'] ?? '—' }}
Field mastery
@include('filament.teacher.atlas.radar', ['items' => $data['radar'], 'unit' => 'M', 'color' => '#88C808'])
@include('filament.teacher.atlas.growth', [ 'points' => $data['history']['points'] ?? [], 'current' => $data['history']['current'] ?? null, 'color' => '#88C808', 'label' => 'Maxile over time', ])
Curriculum mastery
@include('filament.teacher.atlas.tree', ['fields' => $snapshot['fields']])