{{-- B2B tenancy — Students roster for teachers. Flat list of students in the classes the user can see; each name drills into the per-student Atlas. --}} @php($d = $this->getData())
@forelse ($d['students'] as $row) @empty @endforelse
Name Email Class Maxile
{{ $row['name'] ?: '—' }} {{ $row['email'] }} {{ $row['house'] }} {{ $row['maxile_level'] }}
No students yet.