@props(['comment', 'document'])
{{ $comment->user->name }}
{{ $comment->created_at->diffForHumans() }}

{{ $comment->content }}

Página {{ $comment->page }} - ({{ number_format($comment->x*100, 1) }}%, {{ number_format($comment->y*100, 1) }}%)
@if($comment->children->isNotEmpty())
@foreach($comment->children as $child) @endforeach
@endif