Files
click-erp/resources/views/emails/new_ussd_client.blade.php
2023-02-22 07:48:50 +00:00

43 lines
916 B
PHP
Executable File

<!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>New USSD Client Alert</h2>
{{ date('F d, Y') }} <br>
Hello Accounts Team,<br>
<p>
You are hereby formally informed of a new USSD client with the following details</b>
</p>
<strong>CLIENT DETAILS</strong>
<table>
<tr>
<td><b>Name</b></td><td>{{ $name }}</td>
</tr>
<tr>
<td><b>Email</b></td><td>{{ $email }}</td>
</tr>
<tr>
<td><b>Status</b></td><td>{{ $status }} </td>
</tr>
</table>
<p>
You are required to login to the Account Manager Tracker platform and update their payment details.
</p>
<p>
You will be notified once more when they go live(active)
</p>
<p>
Sincerely, <br>
Account Manager Tracker
</p>
</body>
</html>