{{ t('register') }}

{{ t('register') }}

{{ t('create_account') }}

@csrf
*
*
*
*

@foreach (get_country_list() as $country) @endforeach
{{-- Plan --}}
*
@if ($plan) @else
@foreach ($plans as $p) @endforeach
@endif
*
*
Your URL:
*
*
@php $settings = get_batch_settings(['re-captcha.isReCaptchaEnable']); @endphp @if ($settings['re-captcha.isReCaptchaEnable'])
{{ t('site_protected_by_recaptcha') }} {{ t('privacy_policy') }} {{ t('and') }} {{ t('terms_of_service') }} apply.
@endif

{{ t('already_registered') }} {{ t('login') }}

@php $settings = get_batch_settings(['re-captcha.isReCaptchaEnable', 're-captcha.site_key']); @endphp @if (!empty($settings['re-captcha.isReCaptchaEnable'])) @endif