@foreach ($comments as $index => $comment) @if(isset($comment->object)) @if($comment->user) @endif @if($comment->user) {{ $comment->user->name }} @endif {{ $comment->content }} {{ $comment->commentable_type }} {{ timeElapsedString($comment->created_at) }} @if(! $comment->approved) @else approved @endif @endif @endforeach