43 lines
894 B
PHP
43 lines
894 B
PHP
<!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>
|