@@ -189,18 +189,19 @@
|
||||
">
|
||||
|
||||
<div class="mktEditable" id="cta">
|
||||
<p style="font-weight: 500">
|
||||
One-Time Passcode (OTP) for verification:
|
||||
</p>
|
||||
<p style="font-weight: 500">{{ 'Dear ' . $user->first_name }}
|
||||
</p>
|
||||
<p style="line-height: 20px">Your verification code is
|
||||
{{ $otp_code }}.
|
||||
</p>
|
||||
<p>This OTP is valid for 10 minutes.</p>
|
||||
<p>Didn’t request this code? Please reach out to
|
||||
contact@cheerstotheseason.com</p>
|
||||
<ul style="list-style-type: none; padding-left: 0;">
|
||||
<li style="font-weight: 500;">One-Time Passcode (OTP) for
|
||||
verification:</li>
|
||||
<li style="font-weight: 500;">
|
||||
{{ 'Dear ' . $user->first_name }}</li>
|
||||
<li style="line-height: 20px;">Your verification code is
|
||||
{{ $otp_code }}.</li>
|
||||
<li>This OTP is valid for 10 minutes.</li>
|
||||
<li>Didn’t request this code? Please reach out to
|
||||
contact@cheerstotheseason.com</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user