-
-
+
-
- {{ trans('settings.users') }}
-
-
- @if(userCan('users-manage'))
- {{ trans('settings.users_add_new') }}
- @endif
-
-
+
{{ trans('settings.users') }}
-
-
-
+ @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 +
+
+ @foreach($user->roles as $index => $role)
+ id}") }}">{{$role->display_name}}@if($index !== count($user->roles) -1),@endif
+ @endforeach
+
+
+ @endforeach
+
+
+
@stop
-
-
- {{ $users->links() }}
+
-
+
+
+
+ @if(userCan('users-manage'))
+ {{ trans('settings.users_add_new') }}
+ @endif
-
-
- - | {{ trans('auth.name') }} | -{{ trans('auth.email') }} | -{{ trans('settings.role_user_roles') }} | -
---|
- @if(userCan('users-manage') || $currentUser->id == $user->id) - id}") }}"> - @endif - {{ $user->name }} - @if(userCan('users-manage') || $currentUser->id == $user->id) - - @endif - | -- @if(userCan('users-manage') || $currentUser->id == $user->id) - id}") }}"> - @endif - {{ $user->email }} - @if(userCan('users-manage') || $currentUser->id == $user->id) - - @endif - | -- @foreach($user->roles as $index => $role) - id}") }}">{{$role->display_name}}@if($index !== count($user->roles) -1),@endif - @endforeach - | ++ | + {{ trans('auth.name') }} + / + {{ trans('auth.email') }} + | +{{ trans('settings.role_user_roles') }} |
---|
{{ $user->email }} + @if(userCan('users-manage') || $currentUser->id == $user->id) + + @endif +
+ {{ $users->links() }}
+
+
-
- {{ $users->links() }}
-