{{-- B2B tenancy — People → Teachers: teacher-cap line + roster. Invite lives in the header action; each row has a Remove button. --}} @php($d = $this->getData()) @php($t = $d['seats']['teachers']) {{-- ── Teacher-cap summary ────────────────────────────────────────────── --}}
Teachers {{ $t['used'] }} / {{ $t['cap'] ?? 'unlimited' }}
{{-- ── Teachers ───────────────────────────────────────────────────────── --}}
Teachers ({{ count($d['teachers']) }})
@forelse ($d['teachers'] as $t) @empty @endforelse
Name Email Class Role Action
{{ $t['name'] ?: '—' }} {{ $t['email'] }} {{ $t['house'] }} {{ $t['role_label'] }}
No teachers yet.