System-wide users
Active companies
All workspaces
All workspace items
Verified Users
Pending Verification
Active Companies
Inactive Companies
Active Workspaces
Empty Workspaces
| User | Role | Status | Joined |
|---|---|---|---|
|
{{ strtoupper(substr($recentUser->name, 0, 1)) }}
{{ $recentUser->name }}
{{ $recentUser->email }} |
@foreach($recentUser->roles as $role) {{ $role->title }} @endforeach | @if($recentUser->email_verified_at) Verified @else Pending @endif | {{ $recentUser->created_at->diffForHumans() }} |
No recent users
@endif| Workspace | Owner | Created |
|---|---|---|
|
{{ $workspace->name }}
@if($workspace->description)
{{ Str::limit($workspace->description, 30) }} @endif |
{{ $workspace->user->name }}
{{ $workspace->user->company ?? 'No company' }} |
{{ $workspace->created_at->diffForHumans() }} |
No recent workspaces
@endif