@extends('layouts.app')
@section('title', 'Team')
@section('content')
| Member | Roles | Status | |
|---|---|---|---|
|
|
{{ $member->roles->pluck('name')->join(', ') ?: '—' }} |
@if (! $member->is_active)
|