Edit {{ $user->id === $currentUser->id ? 'Profile' : 'User' }}
                        
                    
You can change your profile picture at Gravatar.
Permissions
User Role: {{$user->role->display_name}}.
- 
                    @foreach($user->role->permissions as $permission)
                        
- {{ $permission->display_name }} @endforeach