Currently active and the most popular package to add reCAPTCHA form in your Laravel application. Check on this quick guide on how to set this up. Easily render the reCAPTCHA on the front-end with this blade code.
{!! NoCaptcha::renderJs() !!}
{!! NoCaptcha::display() !!}
...