inital commit
This commit is contained in:
26
resources/views/email/account_closing_admin_letter.blade.php
Normal file
26
resources/views/email/account_closing_admin_letter.blade.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Creditzombies</title>
|
||||
</head>
|
||||
<body style="margin-left: 20px">
|
||||
<p style="margin-top: 5px"> Hello Admin ,</p>
|
||||
<br/><br/>
|
||||
<p> User account of name {{$data['email_body']}} has been canceled from Credit Zombies credit report system . </p>
|
||||
|
||||
<br/><br/>
|
||||
<p>
|
||||
Sincerely,<br/><br/>
|
||||
|
||||
Customer Support Team <br/>
|
||||
|
||||
Credit Zombies/ClickLetters LLC
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user