Send variable from controller to comments template

Hello! I have an issue and didn’t find an answer… Is it possible to send variables from controllers to comments.blade.php template? Especially to @php(comment_form($comment_fields)). In this template all of my variables don’t work (cannot find variable issue), but they normally work in all other templates…