Directory of commissioners linked to user accounts. Link a user to give them the Commissioner role and allow assignment to boundaries.
@if(session('success'))No commission members recorded yet.
@else| User (login) | Name | Role | Assigned region | Contact | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $m->user ? $m->user->authority : '—' }} | {{ $m->name }} | {{ $m->role ?? '—' }} | {{ $m->assigned_region ?? '—' }} | {{ $m->email ?: ($m->phone ?: '—') }} | {{ $m->status }} | Edit |