From 0a5eaa3118cb09c61d3e5442fe3bf8439a2a12af Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 19 Sep 2019 20:26:46 -0600 Subject: [PATCH] Update all comments view --- resources/views/status/comments.blade.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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() }} +