@if (count($newsFeedComments) > 0)
@foreach ($newsFeedComments as $newsfeed => $comment)
feed_id }} data-child-reply = '0'>
{{ $comment->comment }}
{!! $comment->comment !!}
{{-- replies here --}}
@if ($loop->last)
@if($showViewMoreFeed)
@endif
@endif
@endforeach
@endif