after a series of bug fixes plus Non MNO logic for Sender IDs, unfinished leave management and holiday modules

This commit is contained in:
Kwesi Banson Jnr
2025-03-19 10:33:04 +00:00
parent 6cede6d980
commit cf39ff2682
112 changed files with 26812 additions and 496 deletions

View File

@@ -0,0 +1,79 @@
<!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>Short Code Invoice/Payment Alert</h2>
{{ date('F d, Y') }} <br>
Hello Accounts Team,<br>
<p>{{ $message_body }}</p>
<p>Short Code : {{$finance_arr['short_code'] }} </p>
<p>Invoice Date : {{ $finance_arr['invoice_date'] }} </p>
<p>Invoice Number : {{ $finance_arr['invoice_number'] }} </p>
<p>Amount : {{ $finance_arr['invoice_amount'] }} </p>
<p>Status : {{ $finance_arr['invoice_status'] }} </p>
<p>Remarks : {{ $finance_arr['remarks'] }}</p>
<strong>Client Short Short Codes</strong>
<table bgcolor="#ACD13C" width="100%" style="border-style:solid; border-width:1px; border-color:#000000;" cellpadding="2" cellspacing="0">
<tr style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
<th>Name</th>
<th>Code</th>
<th>Network</th>
<th>Toll Free</th>
<th>Status</th>
<th>Remarks</th>
<th>Launch Date</th>
<th>Renewal Date</th>
</tr>
@if ($short_code_list->isEmpty())
<tr>
<td colspan="12" style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
No Records found
</td>
</tr>
@else
@foreach ($short_code_list as $row)
<tr>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ $row->name }}
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
<b>{{ $row->shortcode }}</b>
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ $row->network }}
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ strtoupper($row->toll_free) }}
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ $row->status }}
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ $row->remarks }}
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
{{ date('d-m-Y', strtotime($row->launch_date)) }}</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">
@if($row->expiry_date == false)
{{ "N/A"}}
@else
{{ date('d-m-Y', strtotime($row->expiry_date)) }}
@endif
</td>
</tr>
@endforeach
@endif
</tbody>
</table>
</body>
</html>

View File

@@ -0,0 +1,69 @@
<table bgcolor="#fff" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td>
<table bgcolor="#bceff7" width="100%" cellpadding="0" cellspacing="0" style="">
<tr>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Name</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Code</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Network</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Toll Free</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Status</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Remarks</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Launch Date</th>
<th style="border-style:solid; border-width:1px; border-color:#000000;">Renewal Date</th>
</tr>
@for ($i = 0; $i < 10; ++$i)
<tr>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400" >Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400" >Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;" width="400">Text goes here
</td>
</tr>
@endfor
</table>
</td>
</tr>
</table>
<br>
<br>
<table bgcolor="#bceff7" width="100%" style="" cellpadding="2" cellspacing="0">
<tr>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Name</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Code</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Network</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Toll Free</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Status</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Remarks</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Launch Date</th>
<th style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">Renewal Date</th>
</tr>
<tr>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;"><b>some text</b></td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
<td style="font-weight: normal; font-size: 0.9em; color: #000000; font-family: Arial,helvetica,sans; padding:0px; text-align:left; border-style:solid; border-width:1px; border-color:#000000;">some text</td>
</tr>
</tbody>
</table>

View File

@@ -0,0 +1,516 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<!--[if (gte mso 9)|(IE)]>
<xml>
<o:OfficeDocumentSettings>
<o:AllowPNG/>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!-- So that mobile will display zoomed in -->
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- enable media queries for windows phone 8 -->
<meta name="format-detection" content="telephone=no"> <!-- disable auto telephone linking in iOS -->
<meta name="format-detection" content="date=no"> <!-- disable auto date linking in iOS -->
<meta name="format-detection" content="address=no"> <!-- disable auto address linking in iOS -->
<meta name="format-detection" content="email=no"> <!-- disable auto email linking in iOS -->
<meta name="author" content="Simple-Pleb.com">
<title>Name Here</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<style type="text/css">
/*Basics*/
body {margin:0px !important; padding:0px !important; display:block !important; min-width:100% !important; width:100% !important; -webkit-text-size-adjust:none;}
table {border-spacing:0; mso-table-lspace:0pt; mso-table-rspace:0pt;}
table td {border-collapse: collapse;mso-line-height-rule:exactly;}
td img {-ms-interpolation-mode:bicubic; width:auto; max-width:auto; height:auto; margin:auto; display:block!important; border:0px;}
td p {margin:0; padding:0;}
td div {margin:0; padding:0;}
td a {text-decoration:none; color: inherit;}
/*Outlook*/
.ExternalClass {width: 100%;}
.ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div {line-height:inherit;}
.ReadMsgBody {width:100%; background-color: #ffffff;}
/* iOS BLUE LINKS */
a[x-apple-data-detectors] {color:inherit !important; text-decoration:none !important; font-size:inherit !important; font-family:inherit !important; font-weight:inherit !important; line-height:inherit !important;}
/*Gmail blue links*/
u + #body a {color:inherit;text-decoration:none;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit;}
/*Buttons fix*/
.undoreset a, .undoreset a:hover {text-decoration:none !important;}
.yshortcuts a {border-bottom:none !important;}
.ios-footer a {color:#aaaaaa !important;text-decoration:none;}
/*Responsive*/
@media screen and (max-width: 799px) {
table.row {width: 100%!important;max-width: 100%!important;}
td.row {width: 100%!important;max-width: 100%!important;}
.img-responsive img {width:100%!important;max-width: 100%!important;height: auto!important;margin: auto;}
.center-float {float: none!important;margin:auto!important;}
.center-text{text-align: center!important;}
.container-padding {width: 100%!important;padding-left: 15px!important;padding-right: 15px!important;}
.container-padding10 {width: 100%!important;padding-left: 10px!important;padding-right: 10px!important;}
.hide-mobile {display: none!important;}
.menu-container {text-align: center !important;}
.autoheight {height: auto!important;}
.m-padding-10 {margin: 10px 0!important;}
.m-padding-15 {margin: 15px 0!important;}
.m-padding-20 {margin: 20px 0!important;}
.m-padding-30 {margin: 30px 0!important;}
.m-padding-40 {margin: 40px 0!important;}
.m-padding-50 {margin: 50px 0!important;}
.m-padding-60 {margin: 60px 0!important;}
.m-padding-top10 {margin: 30px 0 0 0!important;}
.m-padding-top15 {margin: 15px 0 0 0!important;}
.m-padding-top20 {margin: 20px 0 0 0!important;}
.m-padding-top30 {margin: 30px 0 0 0!important;}
.m-padding-top40 {margin: 40px 0 0 0!important;}
.m-padding-top50 {margin: 50px 0 0 0!important;}
.m-padding-top60 {margin: 60px 0 0 0!important;}
.m-height10 {font-size:10px!important;line-height:10px!important;height:10px!important;}
.m-height15 {font-size:15px!important;line-height:15px!important;height:15px!important;}
.m-height20 {font-size:20px!important;line-height:20px!important;height:20px!important;}
.m-height25 {font-size:25px!important;line-height:25px!important;height:25px!important;}
.m-height30 {font-size:30px!important;line-height:30px!important;height:30px!important;}
.rwd-on-mobile {display: inline-block!important;padding: 5px;}
.center-on-mobile {text-align: center!important;}
}
</style>
</head>
<body style="margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; width: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;" bgcolor="#f0f0f0">
<span class="preheader-text" style="color: transparent; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; visibility: hidden; width: 0; display: none; mso-hide: all;"></span>
<div style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;"></div>
<table border="0" align="center" cellpadding="0" cellspacing="0" width="100%" style="width:100%;max-width:100%;">
<tr><!-- Outer Table -->
<td align="center" bgcolor="#f0f0f0" data-composer>
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;" >
<!-- lotus-header-18-->
<tr>
<td align="center" bgcolor="#343e9e" class="container-padding">
<!-- Content -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" class="row" width="580" style="width:580px;max-width:580px;">
<tr>
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
<!-- Logo & Webview -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;">
<tr>
<td align="center" class="container-padding">
<!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0" dir="rtl"><tr><td><![endif]-->
<!--[if (gte mso 9)|(IE)]></td><td><![endif]-->
<!-- gap -->
<table border="0" align="right" cellpadding="0" cellspacing="0" role="presentation" class="row" width="20" style="width:20px;max-width:20px;">
<tr>
<td height="20" style="font-size:20px;line-height:20px;">&nbsp;</td>
</tr>
</table>
<!-- gap -->
<!--[if (gte mso 9)|(IE)]></td><td><![endif]-->
<!-- column -->
<table border="0" align="right" cellpadding="0" cellspacing="0" role="presentation" class="row" width="280" style="width:280px;max-width:280px;">
<tr >
<td align="left" class="center-text">
<a href="{{ url('/') }}"><img style="width:72px;border:0px;display: inline!important;" src="" width="72" border="0" alt=""></a>
</td>
</tr>
</table>
<!-- column -->
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
</table>
<!-- Logo & Webview -->
</td>
</tr>
<tr >
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
<tr >
<td align="center" class="center-text">
<img style="width:190px;border:0px;display: inline!important;" src="" width="190" border="0" alt="intro">
</td>
</tr>
<tr >
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Roboto Slab',Arial,Helvetica,sans-serif;font-size:42px;line-height:52px;font-weight:400;font-style:normal;color:#FFFFFF;text-decoration:none;letter-spacing:0px;">
<div >
{{ 'Thanks for your payment' }}
</div>
</td>
</tr>
<tr >
<td height="10" style="font-size:10px;line-height:10px;" >&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Roboto Slab',Arial,Helvetica,sans-serif;font-size:26px;line-height:36px;font-weight:400;font-style:normal;color:#d7e057;text-decoration:none;letter-spacing:0px;">
<div >
{{ 'Attached your receipt' }}.
</div>
</td>
</tr>
<tr >
<td height="20" style="font-size:20px;line-height:20px;" >&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:16px;line-height:26px;font-weight:300;font-style:normal;color:#FFFFFF;text-decoration:none;letter-spacing:0px;">
<div >
{{ 'Thank you paragraph' }}
</div>
</td>
</tr>
<tr>
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
</table>
<!-- Content -->
</td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;" >
<!-- lotus-arrow-divider -->
<tr >
<td align="center" bgcolor="#FFFFFF">
<img style="width:50px;border:0px;display: inline!important;" src="" width="50" border="0" alt="arrow">
</td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;" >
<!-- lotus-content-18 -->
<tr>
<td align="center" bgcolor="#FFFFFF" class="container-padding">
<!-- Content -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" class="row" width="580" style="width:580px;max-width:580px;">
<tr>
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
<tr >
<td align="center" bgcolor="#f4f5fa">
<!-- Content -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" class="row" width="480" style="width:480px;max-width:480px;">
<tr>
<td height="40" style="font-size:40px;line-height:40px;">&nbsp;</td>
</tr>
<tr>
<td align="center">
<!--[if (gte mso 9)|(IE)]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!-- Column -->
<table border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" class="row" width="225" style="width:225px;max-width:225px;">
<tr >
<td class="center-text" align="left" style="font-family:'Roboto Slab',Arial,Helvetica,sans-serif;font-size:20px;line-height:26px;font-weight:400;font-style:normal;color:#343e9e;text-decoration:none;letter-spacing:0px;">
<div >
{{ 90000000 }}:
</div>
</td>
</tr>
<tr >
<td height="10" style="font-size:10px;line-height:10px;">&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="left" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;font-weight:400;font-style:normal;color:#282828;text-decoration:none;letter-spacing:0px;">
<div >
{{ 90000000}}
</div>
</td>
</tr>
</table>
<!-- Column -->
<!--[if (gte mso 9)|(IE)]></td><td><![endif]-->
<!-- gap -->
<table border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" width="30" style="width:30px;max-width:30px;">
<tr>
<td height="20" style="font-size:20px;line-height:20px;">&nbsp;</td>
</tr>
</table>
<!-- gap -->
<!--[if (gte mso 9)|(IE)]></td><td><![endif]-->
<!-- Column -->
<table border="0" align="left" cellpadding="0" cellspacing="0" role="presentation" class="row" width="225" style="width:225px;max-width:225px;">
<tr >
<td class="center-text" align="left" style="font-family:'Roboto Slab',Arial,Helvetica,sans-serif;font-size:20px;line-height:26px;font-weight:400;font-style:normal;color:#343e9e;text-decoration:none;letter-spacing:0px;">
<div >
{{ 90000000 }}:
</div>
</td>
</tr>
<tr >
<td height="10" style="font-size:10px;line-height:10px;">&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="left" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;font-weight:400;font-style:normal;color:#282828;text-decoration:none;letter-spacing:0px;">
<div >
{{ 82323232 }}
</div>
</td>
</tr>
</table>
<!-- Column -->
<!--[if (gte mso 9)|(IE)]></td></tr></table><![endif]-->
</td>
</tr>
<tr>
<td height="40" style="font-size:40px;line-height:40px;">&nbsp;</td>
</tr>
</table>
<!-- Content -->
</td>
</tr>
<tr >
<td height="30" style="font-size:30px;line-height:30px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
<!-- Paragraphs -->
<table border="0" cellspacing="0" cellpadding="0" role="presentation" align="center" class="row" width="480" style="width:480px;max-width:480px;">
<tr>
<td class="center-text" align="center" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:14px;line-height:26px;font-weight:400;font-style:italic;color:#6e6e6e;text-decoration:none;letter-spacing:0px;">
<div >
({{ __('If you have any questions or feedback, just') }} <a href="" style="color:#ed6e7a;text-decoration: underline;">{{ __('reply to this email') }}</a>)
</div>
</td>
</tr>
</table>
<!-- Paragraphs -->
</td>
</tr>
<tr >
<td height="30" style="font-size:30px;line-height:30px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
<!-- Buttons -->
<table border="0" cellspacing="0" cellpadding="0" role="presentation" align="center" class="center-float">
<tr>
<td align="center" bgcolor="#d6df58" style="border-radius: 6px;">
<!--[if (gte mso 9)|(IE)]>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" width="50"></td>
<td align="center" height="50" style="height:50px;">
<![endif]-->
<a href="" target="_blank" style="font-family:'Roboto Slab',Arial,Helvetica,sans-serif;font-size:16px;line-height:19px;font-weight:700;font-style:normal;color:#000000;text-decoration:none;letter-spacing:0px;padding: 20px 50px 20px 50px;display: inline-block;"><span>{{ "download now" }}</span></a>
<!--[if (gte mso 9)|(IE)]>
</td>
<td align="center" width="50"></td>
</tr>
</table>
<![endif]-->
</td>
</tr>
</table>
<!-- Buttons -->
</td>
</tr>
<tr>
<td height="40" style="font-size:40px;line-height:40px;" >&nbsp;</td>
</tr>
</table>
<!-- Content -->
</td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;" >
<!-- lotus-footer-18 -->
<tr>
<td align="center" bgcolor="#f0f0f0" class="container-padding">
<!-- Content -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" class="row" width="580" style="width:580px;max-width:580px;">
<tr>
<td height="50" style="font-size:50px;line-height:50px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
<!-- Social Icons -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%" style="width:100%;max-width:100%;">
<tr>
<td align="center">
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="rwd-on-mobile" align="center" valign="middle" height="36" style="height: 36px;">
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td width="10"></td>
<td align="center">
<a href=""><img style="width:36px;border:0px;display: inline!important;" src="" width="36" border="0" alt="icon"></a>
</td>
<td width="10"></td>
</tr>
</table>
</td>
<td class="rwd-on-mobile" align="center" valign="middle" height="36" style="height: 36px;">
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td width="10"></td>
<td align="center">
<a href=""><img style="width:36px;border:0px;display: inline!important;" src="" width="36" border="0" alt="icon"></a>
</td>
<td width="10"></td>
</tr>
</table>
</td>
<td class="rwd-on-mobile" align="center" valign="middle" height="36" style="height: 36px;">
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td width="10"></td>
<td align="center">
<a href=""><img style="width:36px;border:0px;display: inline!important;" src="" width="36" border="0" alt="icon"></a>
</td>
<td width="10"></td>
</tr>
</table>
</td>
<td class="rwd-on-mobile" align="center" valign="middle" height="36" style="height: 36px;">
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td width="10"></td>
<td align="center">
<a href=""><img style="width:36px;border:0px;display: inline!important;" src="" width="36" border="0" alt="icon"></a>
</td>
<td width="10"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Social Icons -->
</td>
</tr>
<tr >
<td height="30" style="font-size:30px;line-height:30px;" >&nbsp;</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:14px;line-height:24px;font-weight:400;font-style:normal;color:#6e6e6e;text-decoration:none;letter-spacing:0px;">
<div >
{{ "address" }}
</div>
</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:14px;line-height:24px;font-weight:400;font-style:normal;color:#6e6e6e;text-decoration:none;letter-spacing:0px;">
<a href="tel:23332333" style="color:#6e6e6e;"><span>{{ 2333232 }}</span></a>
</td>
</tr>
<tr >
<td class="center-text" align="center" style="font-family:'Poppins',Arial,Helvetica,sans-serif;font-size:14px;line-height:24px;font-weight:400;font-style:normal;color:#6e6e6e;text-decoration:none;letter-spacing:0px;">
<a href="" style="color:#6e6e6e;"><span>Email</span></a> - <a href="{{ url('/') }}" style="color:#6e6e6e;"><span>{{ url('/') }}</span></a>
</td>
</tr>
<tr>
<td height="30" style="font-size:30px;line-height:30px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
<!-- Buttons -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation" class="row" width="100%" style="width:100%;max-width:100%;">
<tr>
<td align="center">
<!-- column -->
<table border="0" align="center" cellpadding="0" cellspacing="0" role="presentation">
<tr >
<td align="center">
<a href=""><img style="display:block;width:100%;max-width:117px;border:0px;" width="117" src="" border="0" alt="icon"></a>
</td>
<td width="10" style="width: 10px;"></td>
<td align="center">
<a href=""><img style="display:block;width:100%;max-width:117px;border:0px;" width="117" src="" border="0" alt="icon"></a>
</td>
</tr>
</table>
<!-- column -->
</td>
</tr>
</table>
<!-- Buttons -->
</td>
</tr>
<tr >
<td height="30" style="font-size:30px;line-height:30px;" >&nbsp;</td>
</tr>
<tr >
<td align="center">
</td>
</tr>
<tr>
<td height="50" style="font-size:50px;line-height:50px;" >&nbsp;</td>
</tr>
</table>
<!-- Content -->
</td>
</tr>
</table>
</td>
</tr><!-- Outer-Table -->
</table>
</body>
</html>