Initial commit
This commit is contained in:
42
resources/views/emails/dealer_top_otp.blade.php
Normal file
42
resources/views/emails/dealer_top_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>Login OTP</h3>
|
||||
|
||||
|
||||
Hello {{ $orgUser->name }},<br>
|
||||
|
||||
<p>
|
||||
To process top ups you are required to verify your identify. <br>
|
||||
Use the code below to complete the process.
|
||||
</b>
|
||||
<p>
|
||||
<strong>
|
||||
{{ strtoupper($otp) }}
|
||||
</strong>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<h3>Why you received this email</h3>
|
||||
<p>
|
||||
Click Mobile security policy requires email verification whenever an attempt is made to sign in to any of our systems 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 Airtime Sales
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
24
resources/views/emails/my_mail.blade.php
Normal file
24
resources/views/emails/my_mail.blade.php
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<!-- Your title goes here -->
|
||||
<title>Email</title>
|
||||
<!-- End title -->
|
||||
</head>
|
||||
|
||||
<!-- You can change background colour here -->
|
||||
<body style="text-align: center; margin: 0; padding-top: 10px; padding-bottom: 10px; padding-left: 0; padding-right: 0; -webkit-text-size-adjust: 100%;background-color: #f2f4f6; color: #000000" align="center">
|
||||
|
||||
<!-- Fallback force center content -->
|
||||
<div style="text-align: center;">
|
||||
|
||||
|
||||
<h1> {{$record['message']}} </h2>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
9
resources/views/emails/newuser.blade.php
Normal file
9
resources/views/emails/newuser.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome Email</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, {{ $details['name'] }}!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user