@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 {{-- Used to determine the refer --}} @if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif
{{ __('Create account') }}