Files
Business-credit-asistant/resources/views/email/account_registration_client_letter.blade.php
2026-06-29 13:00:18 +06:00

34 lines
948 B
PHP

<!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>CCE</title>
</head>
<body style="margin-left: 20px">
<p style="margin-top: 5px"> Hello {{$data['email_body']}} ,</p>
<br/>
<p> Congratulations, your account is set to be activated soon. Our team has been notified and they will be activating you soon. </p>
<br/>
<p> Please allow 24 hours for all set up system to be turned on for you.</p>
<br/>
<p> If you do not see a link after 24 hours please check your spam folder for the email or contact support @</p>
<p><a href = "mailto:support@clickletters.com"> support@clickletters.com </a></p>
<br/>
<p> We are here to help </p>
<br/>
<p>
Sincerely,<br/><br/>
Technical Support Team <br/>
</p>
</body>
</html>