email = request()->query('email'); } }; ?>
{{-- Header --}}
@svg('heroicon-o-check-circle', 'h-12 w-12 text-green-600')

{{ __('registration.thank_you.subtitle') }}

{{ __('registration.thank_you.title') }}

{{ __('registration.thank_you.description') }}

{{-- Info Card --}}
{{-- Email Verification Info --}}
@svg('heroicon-o-envelope', 'h-5 w-5 text-lime-600')
{{ __('registration.thank_you.email_sent_title') }}
{{ __('registration.thank_you.email_sent_description', ['email' => $email]) }}
{{-- Next Steps --}}

{{ __('registration.thank_you.next_steps_title') }}

{{-- Step 1 --}}
1
{{ __('registration.thank_you.step1_title') }}
{{ __('registration.thank_you.step1_description') }}
{{-- Step 2 --}}
2
{{ __('registration.thank_you.step2_title') }}
{{ __('registration.thank_you.step2_description') }}
{{-- Step 3 --}}
3
{{ __('registration.thank_you.step3_title') }}
{{ __('registration.thank_you.step3_description') }}
{{-- Important Note --}}
@svg('heroicon-o-exclamation-triangle', 'h-5 w-5 text-amber-600')
{{ __('registration.thank_you.spam_check_title') }}
{{ __('registration.thank_you.spam_check_description') }}
{{-- Login Link --}}
{{-- Support Contact --}}
{{ __('registration.messages.code_problems') }}