first commit, after modifying client section

This commit is contained in:
Kwesi Banson
2023-02-22 07:48:50 +00:00
commit ad0dd6a6e1
1880 changed files with 538494 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!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>

View File

@@ -0,0 +1,42 @@
<!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>