{{-- B2B tenancy — People → Administrators: read-only roster of the org's membership-level admins (owner / principal / admin …). --}} @php($d = $this->getData())
Owners, principals and admins of this organisation.
Administrators ({{ count($d['admins']) }})
@forelse ($d['admins'] as $a) @empty @endforelse
Name Email Role
{{ $a['name'] ?: '—' }} {{ $a['email'] }} {{ $a['role'] }}
No administrators found.