diff --git a/resources/views/site/intents/follow.blade.php b/resources/views/site/intents/follow.blade.php index 6b474e06e..b14cf4423 100644 --- a/resources/views/site/intents/follow.blade.php +++ b/resources/views/site/intents/follow.blade.php @@ -14,7 +14,7 @@

{{$profile->username}}

-

{{$profile->followers->count()}} followers

+

{{$profile->followerCount()}} followers

@if($following == true)
@@ -50,4 +50,4 @@
-@endsection \ No newline at end of file +@endsection