| # | Name | Role | Status | Last sign-in | Actions | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $user->name }}
@if ($user->id === auth()->id())
|
{{ $user->email }} |
@if ($user->role)
|
|
{{ $user->last_login_at ? $user->last_login_at->format('d M Y H:i') : 'Never' }} |
@can(\App\Support\Permissions::USERS_MANAGE)
Edit {{ $user->name }}
@if ($user->id !== auth()->id())
@endif
@endcan
|