@push('title', __('Create account'))
{{ __('Create your account!') }} {{ __('Create a free account, and be a part of a fun online world!') }}
@csrf
{{ __('Username') }} {{ __('Your username is what you will have to use, when logging into :hotel. It is also what other users will know you as, so make sure you select a username that you like!', ['hotel' => setting('hotel_name')]) }}
{{ __('Email') }} {{ __('You will need your email if you were to ever forget your password, so make sure it is something that you remember.') }}
{{ __('Password') }} {{ __('Your password must contain atleast 8 characters. Make sure to use a unique & secure password.') }}

{{ __('Repeat Password') }}
@if (setting('requires_beta_code'))
{{ __('Beta code') }} {{ __('Enter the beta code you have been provided with') }}
@endif
@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); @endphp @foreach($allFigures as $index => $figure) @endforeach
{{-- Used to determine the refer --}} @if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif
{{ __('Create account') }}
@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