Laravel.io
<!doctype html>
<html lang="{{ app()->getLocale() }}">
{{ app('captcha')->multiple() }}
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Laravel</title>
</head>
<body>
<form id="form-1">
    {!! app('captcha')->display(['id' => 'captcha_create_comment']) !!}
</form>
<form id="form-2">
    {!! app('captcha')->display(['id' => 'captcha_create_consultation']) !!}
</form>
<form id="form-3">
    {!! app('captcha')->display(['id' => 'captcha_create_appointment']) !!}
</form>
{!! app('captcha')->displayJs() !!}
{!! app('captcha')->displayMultiple() !!}
</body>
</html>

Please note that all pasted data is publicly available.