{{-- ✅ DEFINE HELPER FUNCTION FIRST (before any HTML) --}} @php if (!function_exists('_renderComment')) { function _renderComment($comment, $video, $depth = 0) { $avatar = $comment->user->avatar_url ?? 'https://ui-avatars.com/api/?name=' . urlencode($comment->user->name ?? 'User') . '&background=ef4444&color=fff'; $isOwn = $comment->user_id === (auth()->id() ?? 0); $videoId = $video->id ?? 0; $html = '
No comments yet. Be the first to comment!
@endforelse