@if (count($newsFeedComments) > 0) @foreach ($newsFeedComments as $newsfeed => $comment)
feed_id }} data-child-reply = '0'>
64x64commentUser->profile_image}") : asset('assets/images/users/18.jpg') }}">   
{{ $comment->commentUser->first_name . ' ' . $comment->commentUser->last_name }} - {{$comment->created_at->diffForHumans();}}

{{ $comment->comment }}

{{-- replies here --}}
@if ($loop->last) @if($showViewMoreFeed)
View more comments
@endif @endif
@endforeach @endif