• @if ($comment->status == 1)
    {{ __('Approved') }}
    @else
    {{ __('Pending') }}
    @endif
    {{ $comment->name }} @if ($comment?->is_admin) {{ __('Admin') }} @endif
    {{ $comment?->created_at?->diffForHumans() }}
    {!! $comment->comment !!}
    @if ($comment->children->isNotEmpty()) @endif