@if (empty($registration) && empty($reset)) Your OTP Code

Your OTP Code is:

{{ $otp }}

Please use this code for verification. Do not share your credentials or OTP with anyone.

@elseif(empty($registration) && !empty($reset)) Reset Password

Reset Password

Click on the button below to reset your password.

Click me!
@else Welcome to Forex Trading

Welcome to Forex Trading, {{ $credentials['username'] }}!

We are thrilled to have you on board. Your account has been successfully created. Here are your credentials:

Email: {{ $credentials['email'] }}

Password: {{ $credentials['password'] }}

To complete your registration, please confirm your email address and use these credentials for login:

@if (isset($credentials['type']) && $credentials['type'] == 3) Login @else Login @endif

If you did not create this account, please ignore this email.

@endif