@if ($comment->is_attachment)
@include('livewire.comment.inc.file-preview', ['comment_media' => $comment])
@endif
{!! $comment->decoded_message ?? '' !!}
@if ($comment->position)
@endif
@if ($comment->is_attachment)
@endif
{{ $comment->created_at->diffForHumans() ?? '' }}
@if(isset($replies[$comment->id]))
@foreach ($replies[$comment->id] ?? [] as $key1 => $reply)