Created
November 28, 2024 08:54
-
-
Save adejorosam/5d9da17140041af8d7480ed91f893ce8 to your computer and use it in GitHub Desktop.
payment 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
<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;"><?= ucwords(strtolower($transactionType)) ?> Notification</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 <?= str_replace(",","",$fullName) ?>,</td> | |
</tr> | |
</table> | |
<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: 14px; line-height: 30px;" align="left"> | |
This is to notify you that a <?= (strtoupper($transactionType) == "DEPOSIT") ? "deposit transaction to your " : "withdrawal transaction from your " ?> <?= strtoupper($productType) ?> was successful. <br> | |
<br> | |
Please see the details below:<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"> | |
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"> | |
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"> | |
Payment Method: | |
</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><?= strtoupper($paymentMethod) ?> </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"> | |
Remark: | |
</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><?= $narration ?></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> | |
<!--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: 16px; line-height: 30px;" align="left"> | |
If you did not initiate this request; please contact us via the contact details in the signature below.<br> | |
Regards,<br> | |
</td> | |
</tr> | |
</table--> | |
<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