Created
March 8, 2024 15:10
-
-
Save adejorosam/93deb255b2e6b9dfab38fc0a8708a46e to your computer and use it in GitHub Desktop.
mutual_fund_template
This file contains hidden or 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"> | |
<img src="https://cardinalstoneassetmanagement.com/wp-content/uploads/2020/06/[email protected]" width="30%" /> | |
</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> | |
<tr> | |
<td class="hero-subheader__content" style="font-size: 16px; line-height: 30px;" align="left"> | |
This is to notify you that your <?= strtoupper($productType) ?> <?= ucwords(strtolower($transactionType)) ?> request 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"> | |
Request 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"> | |
<?=ucwords(strtolower($transactionType)) ?> 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"> | |
Request 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><?= date_format($redemptionDate, "Y-m-d") ?></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>Asset Management 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