@push('title', __('Create account'))
{{ __('Login to :hotel', ['hotel' => setting('hotel_name')]) }} {{ __('Login to :hotel and take part in the most wonderful online world!', ['hotel' => setting('hotel_name')]) }}
@csrf
{{ __('Username') }}
{{ __('Password') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif
{{ __('Login') }}