FriendlyCaptcha is a package that helps in setting up and validating the Friendly Captcha widget and response in your Laravel applications. You can install the package via composer: composer require ossycodes/friendlycaptcha
Include the FriendlyCaptcha widget scripts in your layout file using the @friendlyCaptchaRenderWidgetScripts Blade directive.
Once that's done, you can call the renderWidget() method in form to output the appropriate markup (friendlycaptcha widget) with your site key configured.
Finally, On the server, use the provided validation rule to validate the CAPTCHA response.