Hello, {{ $user->firstname }}!
Please verify your email address to complete your registration.
{{ $otp }}
Or click the button below to verify your email:
@if(env('APP_LINK') === 'live')
Verify Email
@elseif(env('APP_LINK') === 'staging')
Verify Email
@endif
This OTP and verification link will expire in 10 minutes.
If you did not register for this account, please ignore this email.
|