Merge pull request #168 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-06-18 15:27:30 +05:30
committed by GitHub

View File

@@ -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>Didnt 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>Didnt request this code? Please reach out to
contact@cheerstotheseason.com</li>
</ul>
</div>
</td>
</tr>
</tbody>