Created
December 2, 2024 08:22
-
-
Save adejorosam/49982abd57676b19a40c9e99d33bb01f to your computer and use it in GitHub Desktop.
wallet transaction notification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- / Full width container --> | |
<!DOCTYPE html> | |
<?php | |
use Carbon\Carbon; | |
use CardinalstoneRestServer\services\mail\Mailer; | |
?> | |
<htmL> | |
<head> | |
</head> | |
<body> | |
<table class="full-width-container" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" bgcolor="#eeeeee" style="width: 100%; height: 100%; padding: 30px 0 30px 0; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif"> | |
<tr> | |
<td align="center" valign="top"> | |
<!-- / 700px container --> | |
<table class="container" border="0" cellpadding="0" cellspacing="0" width="720" bgcolor="#ffffff" style="width: 720px;"> | |
<tr> | |
<td align="center" valign="top"> | |
<!-- / Header --> | |
<table class="container header" border="0" cellpadding="10" cellspacing="10" width="720" style="background: #1A2155; "> | |
<tr> | |
<td align="left"> | |
<?php if(strtoupper($business) == "CSS"){ ?> | |
<img src="https://cardinalstonesecurities.com/wp-content/uploads/2018/05/Cardinal_Securities_light.png" width="135px" /> | |
<!--?php }elseif(strtoupper($business) == "CAM"){ ?--> | |
<?php }else{ ?> | |
<img src="https://cardinalstoneassetmanagement.com/wp-content/uploads/2020/06/[email protected]" width="30%" /> | |
<?php } ?> | |
</td> | |
<td align="right"> | |
<b style="color: #fff; font-size: 18px; text-decoration: none; vertical-align: bottom;">Wallet <?= ucwords($transactionType) ?> Transaction</b> | |
</td> | |
</tr> | |
</table> | |
<!-- /// Header --> | |
<!-- / Hero subheader --> | |
<table style="color: #1A2155;" class="container hero-subheader" border="0" cellpadding="0" cellspacing="0" width="640" style="width: 640px;"> | |
<tr> | |
<!-- <td class="hero-subheader__title" style="font-size: 43px; font-weight: bold; padding: 80px 0 15px 0;" align="left">Product Design Portfolio</td> --> | |
<td class="hero-subheader__title" style="font-size:16px; font-weight: 600; padding: 30px 0 15px 0;" align="left">Dear FINCON Team,</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px;" align="left"> | |
Please note the following <?= strtolower($transactionType) ?> wallet transaction for your action (bank-to-bank): <br> | |
<br> | |
</td> | |
</tr> | |
</table> | |
<!-- /// Hero subheader --> | |
<br> | |
<table style="color: #1A2155;" class="container hero-subheader" border="0.5" cellpadding="5" cellspacing="0" width="640" style="width: 640px;"> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Full Name: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= str_replace(",","",$fullName) ?> </b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Customer ID: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= $CustID ?> </b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Reference: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= $transactionRef ?> </b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Wallet Transaction Type: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= ucwords(strtolower($transactionType))?></b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Amount: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b>NGN <?= number_format($amount, 2, '.', ',') ?></b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Debit Account: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= $debit ?></b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Credit Account: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= $credit ?></b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Transaction Date: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= Carbon::now()->format('Y-m-d') ?></b> | |
</td> | |
</tr> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="left"> | |
Value Date: | |
</td> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px padding: 0 30px 30px 0; border-bottom: 1px solid #ddd;" align="right"> | |
<b><?= $valueDate ?></b> | |
</td> | |
</tr> | |
</table> | |
<!-- /// Title --> | |
<br> | |
<br> | |
<table style="color: #1A2155;" class="container hero-subheader" border="0" cellpadding="0" cellspacing="0" width="640" style="width: 640px;"> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 14px; line-height: 30px;" align="left"> | |
Regards,<br><br> | |
<b>CardinalStone Operations</b> <br> | |
</td> | |
<td class="hero-subheader__content" style="font-size: 14px; line-height: 30px;" align="left"></td> | |
</tr> | |
<tr> | |
<td> | |
<br><br>Lagos Office<br><br> | |
5, Okotie Eboh Street <br> | |
South-West Ikoyi <br> | |
Lagos, Nigeria <br> | |
Tel: +234(1) 7100433-4 ext:317 <br> | |
Email: <a href="mailTo:[email protected]">[email protected]</a> <br> | |
Website: <a href="http://www.cardinalstone.com" target="_blank">www.cardinalstone.com</a> <br> | |
</td> | |
<td> | |
<br><br>Abuja Office<br><br> | |
4A, Misratah Street <br> | |
Off Parakou Cr, Wuse II <br> | |
Abuja, Nigeria <br> | |
Tel: +234(1) 7100433-4 ext:317 <br> | |
Email: <a href="mailTo:[email protected]">[email protected]</a> <br> | |
Website: <a href="http://www.cardinalstone.com" target="_blank">www.cardinalstone.com</a> <br> | |
</td> | |
</tr> | |
</table> | |
<!-- /// Title --> | |
<br> | |
<table style="color: #1A2155;" class="container hero-subheader" border="0" cellpadding="0" cellspacing="0" width="640" style="width: 640px;"> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 18px; line-height: 30px;" align="left"> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment