bug fixes and new additions
This commit is contained in:
42
resources/views/emails/otp.blade.php
Normal file
42
resources/views/emails/otp.blade.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div class="">
|
||||
<img src="{!! url('public/assets/img/click-banner.png') !!}" alt="Click Mobile Banner Logo">
|
||||
</div>
|
||||
<h2>{{ date('F d, Y') }} </h2>
|
||||
<h3>ERP Login OTP</h3>
|
||||
|
||||
|
||||
Hello {{ $auth_name }},<br>
|
||||
|
||||
<p>
|
||||
To gain access to the ERP you are required to verify your identify. <br>
|
||||
Use the code below to complete the sign in process.
|
||||
</b>
|
||||
<p>
|
||||
<strong>
|
||||
{{ strtoupper($otp) }}
|
||||
</strong>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<h3>Why you received this email</h3>
|
||||
<p>
|
||||
Click Mobile security policy requires verification whenever an attempt is made to sign in to all internal systems.
|
||||
You cannot gain access until you verify.
|
||||
</p>
|
||||
<p>
|
||||
If you did not make this request, please disregard this email
|
||||
</p>
|
||||
<p>
|
||||
Sincerely, <br>
|
||||
Click Mobile ERP
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,3 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div class="">
|
||||
<img src="{!! url('public/assets/img/click-banner.png') !!}" alt="Click Mobile Banner Logo">
|
||||
</div>
|
||||
|
||||
<table bgcolor="#fff" width="100%" cellpadding="2" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
@@ -66,4 +76,8 @@
|
||||
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user