I\'m using ajax to send comments. This is the route
Route::post(\'/users/add/comment/\', \'UsersController@AddComment\')->name(\'AddComment\');