@push('title', __('Create account'))
@php $femaleFigures = array_slice(array_filter(array_map('trim', explode(',', setting('register_female_figures', 'hr-100-45.hd-180-1.ch-215-62.lg-270-62.sh-290-62,hr-130-45.hd-180-2.ch-220-62.lg-270-62.sh-305-62,hr-140-45.hd-180-3.ch-225-62.lg-270-62.sh-310-62,hr-165-45.hd-180-1.ch-210-62.lg-270-62.sh-290-62,hr-190-45.hd-180-2.ch-215-62.lg-270-62.sh-305-62')))), 0, 5); $maleFigures = array_slice(array_filter(array_map('trim', explode(',', setting('register_male_figures', 'hr-100-61.hd-180-1.ch-210-66.lg-270-110.sh-305-62,hr-105-61.hd-190-2.ch-215-66.lg-280-110.sh-310-62,hr-110-61.hd-200-3.ch-220-66.lg-290-110.sh-320-62,hr-115-61.hd-185-1.ch-210-66.lg-275-110.sh-315-62,hr-120-61.hd-180-2.ch-205-66.lg-285-110.sh-305-62')))), 0, 5); $allFigures = array_merge($femaleFigures, $maleFigures); $figuresJson = json_encode($allFigures); @endphp
@csrf
@if (setting('requires_beta_code'))
@endif
{{ __('Select Your Outfit') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif @if(setting('social_login_google_enabled') == '1' || setting('social_login_discord_enabled') == '1' || setting('social_login_github_enabled') == '1')

{{ __('Or register with') }}

@if(setting('social_login_google_enabled') == '1') {{ __('Register with Google') }} @endif @if(setting('social_login_discord_enabled') == '1') {{ __('Register with Discord') }} @endif @if(setting('social_login_github_enabled') == '1') {{ __('Register with GitHub') }} @endif
@endif