diff --git a/resources/views/discover/tags/show.blade.php b/resources/views/discover/tags/show.blade.php index bacc30178..a2f39a66c 100644 --- a/resources/views/discover/tags/show.blade.php +++ b/resources/views/discover/tags/show.blade.php @@ -24,14 +24,26 @@
@foreach($posts as $status) -
- - - -
+
+ +
+
+
+
+ + {{$status->likes_count}} + + + {{$status->comments_count}} + +
+
+
+
+
@endforeach
-@endsection \ No newline at end of file +@endsection