| # | Name | aMember ID | AM Owner ID | AM Workplace ID | Role | Status | Joined At | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| #{{ $key + 1 }} | {{ $user->am_user_id }} | {{ $user->am_workplace_owner_id }} | {{ $user->am_workplace_id }} | {{ $user->email }} | @if ($user->getRoleNames()) {{ str_replace("_", " ", $user->getRoleNames()->implode(', ')) }} @else No role found :( @endif |
@if ($user->status)
Active
@else
Inactive
@endif
|
{{ $user->created_at->format(setting('site_date_format') . ' H:i') }} |