@props([ 'passwordLabel' => null, 'confirmationLabel' => null, 'passwordName' => 'password', 'passwordConfirmationName' => 'password_confirmation', 'passwordId' => 'password', 'confirmationId' => 'password_confirmation', 'passwordAutocomplete' => 'new-password', ]) @php $passwordLabel ??= __('auth.password'); $confirmationLabel ??= __('auth.register_password_confirmation'); @endphp

@error($passwordName)

{{ $message }}

@enderror

@error($passwordConfirmationName)

{{ $message }}

@enderror