diff --git a/resources/views/users/posts/index.blade.php b/resources/views/users/posts/index.blade.php index c60994a..ef6d1c9 100644 --- a/resources/views/users/posts/index.blade.php +++ b/resources/views/users/posts/index.blade.php @@ -5,7 +5,7 @@

{{ $user->name }}

-

Posted {{ $posts->count() }} {{ Str::plural('post', $posts->count()) }} and received {{ $user->receivedLikes->count() }} likes

+

Posted {{ $user->posts->count() }} {{ Str::plural('post', $posts->count()) }} and received {{ $user->receivedLikes->count() }} likes

@@ -21,4 +21,4 @@
-@endsection \ No newline at end of file +@endsection