@foreach($comments as $comment) @php $dep = $depth - 1; $userName = $comment->user_info['name'] ?? ($comment->user->name ?? 'Anonymous'); @endphp
{{ $comment->comment }}
No comments yet. Be the first to comment!
{{ $userName }} {{ $comment->created_at->format('g:i a') }} {{ $comment->created_at->format('M d, Y') }}
{{ $comment->comment }}
@if($dep > 0)