Skip to content

Instantly share code, notes, and snippets.

@adejorosam
Created December 2, 2024 08:20
Show Gist options
  • Select an option

  • Save adejorosam/2b12fb74d77290d6b9d6ef1e17707e84 to your computer and use it in GitHub Desktop.

Select an option

Save adejorosam/2b12fb74d77290d6b9d6ef1e17707e84 to your computer and use it in GitHub Desktop.

Revisions

  1. adejorosam created this gist Dec 2, 2024.
    175 changes: 175 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,175 @@
    <!-- / 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"){ ?>
    <img src="https://cardinalstoneassetmanagement.com/wp-content/uploads/2020/06/CAM-logo_white@2x.png" width="30%" />
    <?php } ?>
    </td>
    <td align="right">
    <b style="color: #fff; font-size: 18px; text-decoration: none; vertical-align: bottom;">Failed Wallet Transfer 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 FINCON/RICA,</td>
    </tr>

    <tr>
    <td class="hero-subheader__content" style="font-size: 16px; line-height: 30px;" align="left">
    This is to notify you that a customer's wallet withdrawal transaction has failed. Please investigate and resolve<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">
    Recipient Code:
    </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><?= $recipientCode ?> </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">
    Transfer Code:
    </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><?= $transferCode ?> </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">
    Account 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><?= $accountName ?></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">
    Account Number:
    </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><?= $accountNumber ?> </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">
    Bank:
    </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><?= $bankName ?> </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">
    Reason:
    </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><?= $reason ?></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:contactus@cardinalstone.com">contactus@cardinalstone.com</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:contactus@cardinalstone.com">contactus@cardinalstone.com</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>