0๐
โ
As invisible-recaptcha โs documentation points out, you can render script tags separated from html.
Code example from documentation:
<-- head -->
{!! app('captcha')->renderPolyfill() !!}
<-- body -->
{!! app('captcha')->renderCaptchaHTML() !!}
<-- footer -->
{!! app('captcha')->renderFooterJS('en') !!}
Source:stackexchange.com