diff --git a/resources/views/status/comments.blade.php b/resources/views/status/comments.blade.php index 01fcf337..6d5da3cb 100644 --- a/resources/views/status/comments.blade.php +++ b/resources/views/status/comments.blade.php @@ -5,19 +5,19 @@
-
+
{{ str_limit($status->profile->username, 15)}}
{!! $status->rendered ?? e($status->caption) !!} {{$status->created_at->diffForHumans(null, true, true ,true)}}
All Comments
-
+
{{ str_limit($item->profile->username, 15)}}
@@ -28,9 +28,13 @@
@endforeach +