@foreach ($blogComment->children as $reply)
@if ($reply->user && $reply->user->getFirstMediaUrl('avatar'))
 }})
@endif
{{ $reply->user->name ?? $reply->name }}
{{ customDateTimeFormate($reply->created_at) }}
{{ $reply?->content }}
@include('backend::components.show-button', [
'route' => route('admin.blog-comments.show', $reply->id),
])
@include('backend::components.edit-button', [
'route' => route('admin.blog-comments.edit', $reply->id),
])