{{ __('auth.forgot_success_message.caption', ['email_address' => $confirmationData->email]) }}
@if($emailResent)
{{ __('auth.resend_link_success') }} ✓
@else
{{ __('auth.resend_link_helper') }}
@endif
@error('resend-timeout') {{ $message }} @enderror
@include('livewire.user.auth.parts.agreement')