Files
sms-client-portal/resources/views/emails/newclient.blade.php

32 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<title>Client Portail Account Activation</title>
</head>
<body>
<h2>Account Activation</h2>
<p>Your SMS Client Portal has been successfully created. Use the link below set your password and activate your account.</p>
<ol>
<li>URL: https://clientportal.clicktechteam.com</li>
<li>{{ url('client-activation', $activation_hash) }} </li>
</ol>
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
<!-- Your custom HTML content goes here -->
<p style="font-family: sans-serif; font-size: 12px; color: #aeaeae; text-align: center;">
&copy; {{ date('Y') }} [{{ 'Click Mobile' }}](https://click-mobile.com). All rights reserved.
</p>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>