diff --git a/resources/views/status/comments.blade.php b/resources/views/status/comments.blade.php index 01fcf3373..6d5da3cbb 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

@foreach($replies as $item)

- + {{ str_limit($item->profile->username, 15)}} @@ -28,9 +28,13 @@

@endforeach +
+
+ {{ $replies->links() }} +