mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 05:15:28 +07:00
12 lines
360 B
PHP
12 lines
360 B
PHP
@props(['theme' => 'auto', 'size' => 'normal', 'tabindex' => 0])
|
|
|
|
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script>
|
|
|
|
<div class="cf-turnstile"
|
|
data-sitekey="{{ env('TURNSTILE_SITE_KEY') }}"
|
|
data-theme="{{ $theme }}"
|
|
data-size="{{ $size }}"
|
|
data-tabindex="{{ $tabindex }}"
|
|
{{ $attributes }}
|
|
></div>
|