@foreach($childs as $child) @php $parent = \App\Models\CommentArticle::find($child->parent_id)->first(); @endphp
{{ $child->text }}
{{ $child->User->name }} در جواب {{$parent->User->name}}
{{ $child->text }}