@inject('markdown', 'Parsedown') @php($markdown->setSafeMode(true)) @if(isset($reply) && $reply === true)
{{ $comment->commenter->name ?? $comment->guest_name }} - {{ $comment->created_at->diffForHumans() }}
{{-- Margin bottom --}} {{-- Recursion for children --}} @if($grouped_comments->has($comment->getKey())) @foreach($grouped_comments[$comment->getKey()] as $child) @include('comments::_comment', [ 'comment' => $child, 'reply' => true, 'grouped_comments' => $grouped_comments ]) @endforeach @endif