{{ $reply->user->full_name }}
{{ dateTimeFormat($reply->created_at, 'j M Y | H:i') }}

{!! nl2br(clean($reply->comment)) !!}

@if (isset($reply->replies) && $reply->replies->isNotEmpty())
@foreach ($reply->replies as $nestedReply) @include( 'web.default.course.learningPage.components.comments.nested-replies-desktop', [ 'reply' => $nestedReply, 'replies' => $nestedReply->replies, 'inputValue' => $inputValue, 'inputName' => $inputName, 'nested' => true, ] ) @endforeach
@endif