added messages list, new client form, logic for client Apps plus others
This commit is contained in:
31
resources/views/emails/newclient.blade.php
Normal file
31
resources/views/emails/newclient.blade.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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;">
|
||||
© {{ date('Y') }} [{{ 'Click Mobile' }}](https://click-mobile.com). All rights reserved.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user