in .env you have this?:
INVISIBLE_RECAPTCHA_SITEKEY={siteKey}
INVISIBLE_RECAPTCHA_SECRETKEY={secretKey}
and make sure siteKey and secretKey is right.
after you add this to .env try run:
php artisan config:clear
Do you see any error in console?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…