@extends('layouts.app')
@section('title', 'Organization Users')
@section('content')
| Name | Role | Status | Joined | Actions | |
|---|---|---|---|---|---|
| {{ $member->name }} | {{ $member->email }} | {{ ucfirst(str_replace('_', ' ', $role)) }} | @if($isActive) Active @else Inactive @endif | {{ optional($pivot->joined_at ?? null)->format('Y-m-d') ?? '—' }} |