@if(count($newsFeedComments) > 0)

Comments

{{-- comment start --}} @foreach ($newsFeedComments as $newsfeed => $comment)
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($feed_type == 'single-detail') @if($showViewMoreFeed) @endif @else @endif @endif
@endforeach {{-- comment end --}}
@else

Comments

@endif