@extends('layout') @section('title', 'People & Authority') @section('content')
Roles express decision rights in the current organization; they are not fictional departments.
| Person | Role | Working title | Status | Update authority |
|---|---|---|---|---|
{{ mb_strtoupper(mb_substr($member->name,0,1)) }} {{ $member->name }}{{ $member->email }} | {{ \App\Enums\Role::tryFrom($member->pivot->role)?->label() }} | {{ $member->pivot->title ?: '—' }} | {{ $member->pivot->is_active ? 'Active':'Inactive' }} |