diff --git a/resources/views/profile/followers.blade.php b/resources/views/profile/followers.blade.php
index 670a2c7e..aa6ef39a 100644
--- a/resources/views/profile/followers.blade.php
+++ b/resources/views/profile/followers.blade.php
@@ -5,11 +5,11 @@
@include('profile.partial.user-info')
-
+
@if($followers->count() !== 0)
-
+
@foreach($followers as $user)
- -
+
-
diff --git a/resources/views/profile/following.blade.php b/resources/views/profile/following.blade.php
index 5ea9553e..623accf6 100644
--- a/resources/views/profile/following.blade.php
+++ b/resources/views/profile/following.blade.php
@@ -5,11 +5,11 @@
@include('profile.partial.user-info')
-
+
@if($following->count() !== 0)
-
+
@foreach($following as $user)
- -
+
-