{{ __('auth_ui.register_title') }}

@if ($invitation->players->isNotEmpty())

{{ __('auth_ui.children_assigned') }}

@endif
@csrf {{-- Honeypot --}}
@error('name')

{{ $message }}

@enderror
email ? 'readonly' : '' }} class="w-full px-3 py-2 border border-gray-300 rounded-md focus:ring-blue-500 focus:border-blue-500 @error('email') border-red-500 @enderror {{ $invitation->email ? 'bg-gray-100' : '' }}"> @error('email')

{{ $message }}

@enderror @if ($invitation->email)

{{ __('auth_ui.email_fixed_by_invitation') }}

@endif
@error('password')

{{ $message }}

@enderror

{{ __('auth_ui.already_registered') }} {{ __('auth_ui.go_to_login') }}