+
{{ trans('settings.users') }}
-
- {{ trans('settings.role_user_roles') }}
- {{ trans('settings.users_latest_activity') }}
+ {{ trans('settings.users_latest_activity') }}
@foreach($users as $user)
}})
- @if(userCan('users-manage') || $currentUser->id == $user->id)
- id}") }}">
- @endif
- {{ $user->name }}
{{ $user->email }} - @if(userCan('users-manage') || $currentUser->id == $user->id) - - @endif + id}") }}"> + {{ $user->name }} +
+ {{ $user->email }} + @if($user->mfa_values_count > 0) + @icon('lock') + @endif +
@foreach($user->roles as $index => $role)
@@ -58,8 +55,8 @@
@endforeach
- @if($user->latestActivity)
- {{ $user->latestActivity->created_at->diffForHumans() }}
+ @if($user->last_activity_at)
+ {{ $user->last_activity_at->diffForHumans() }}
@endif
+
@@ -37,20 +33,21 @@
+
- @if(userCan('users-manage'))
- {{ trans('settings.users_add_new') }}
- @endif
+ {{ trans('settings.users_add_new') }}
{{ $user->email }} - @if(userCan('users-manage') || $currentUser->id == $user->id) - - @endif + id}") }}"> + {{ $user->name }} +
+ {{ $user->email }} + @if($user->mfa_values_count > 0) + @icon('lock') + @endif +