{{ $comment->user->name }}
{{ $comment->user->name }} @if (isset($songCreatorId) && $comment->user->id == $songCreatorId) Creator @endif {{ $comment->created_at->diffForHumans() }}

{{ $comment->comment }}

@if ($comment->level < 2) @endif
@if ($comment->replies->count() > 0)
{{ $comment->replies->count() }} balasan
@endif