@foreach($childs as $child) @php $parent = \App\Models\CommentArticle::find($child->parent_id)->first(); @endphp
  • Author Images
    {{ $child->User->name }} در جواب {{$parent->User->name}}
    {{ verta($child->User->created_at)->format('d - m - Y') }}

    {{ $child->text }}

    @if ( count($child->replies) > 0 ) @endif
  • @endforeach