diff --git a/resources/views/discover/home.blade.php b/resources/views/discover/home.blade.php index 0bce0f326..b476efcc9 100644 --- a/resources/views/discover/home.blade.php +++ b/resources/views/discover/home.blade.php @@ -32,8 +32,20 @@
@foreach($posts as $status)
- - + +
+
+
+
+ + {{$status->likes_count}} + + + {{$status->comments_count}} + +
+
+
@endforeach @@ -41,4 +53,4 @@
-@endsection \ No newline at end of file +@endsection