first commit, after modifying client section
This commit is contained in:
42
resources/views/emails/active_ussd_client.blade.php
Executable file
42
resources/views/emails/active_ussd_client.blade.php
Executable 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>
|
||||
42
resources/views/emails/new_ussd_client.blade.php
Executable file
42
resources/views/emails/new_ussd_client.blade.php
Executable 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>
|
||||
Reference in New Issue
Block a user