diff --git a/resources/views/profile/partial/user-info.blade.php b/resources/views/profile/partial/user-info.blade.php index 75326885f..0f51a8e4b 100644 --- a/resources/views/profile/partial/user-info.blade.php +++ b/resources/views/profile/partial/user-info.blade.php @@ -57,18 +57,22 @@ Posts + @if($settings->show_profile_follower_count)
{{$user->followerCount(true)}} Followers
+ @endif + @if($settings->show_profile_following_count)
{{$user->followingCount(true)}} Following
+ @endif

{{$user->name}}