@foreach ($replies as $reply)
comment
{{ $reply->name }}
{{ $comment->created_at->format('M d, Y') }} {{__('at')}} {{ $comment->created_at->format('i:h') }}

{{ $reply->comment }}

reply {{__('Reply')}}
@if ($reply->children->count() > 0) @include('components.comment-reply', ['replies' => $reply->children]) @endif
@endforeach