43 lines
909 B
PHP
Executable File
43 lines
909 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 the USSD client below has now gone live.</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>
|