123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <?php
- $appInternalName = config('app.internalName');
- $appConfig = config('constants.' . $appInternalName);
- ?>
- <html xmlns="http://www.w3.org/1999/xhtml" style="color-scheme: light dark; supported-color-schemes: light dark;">
- <head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="x-apple-disable-message-reformatting">
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="color-scheme" content="light dark">
- <meta name="supported-color-schemes" content="light dark">
- <title></title> <style type="text/css" rel="stylesheet" media="all">
- /* Base ------------------------------ */
- @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');
- body {
- width: 100% !important;
- height: 100%;
- margin: 0;
- -webkit-text-size-adjust: none;
- }
- a {
- color: #1C3D80;
- }
- a img {
- border: none;
- }
- td {
- word-break: break-word;
- }
- .preheader {
- display: none !important;
- visibility: hidden;
- mso-hide: all;
- font-size: 1px;
- line-height: 1px;
- max-height: 0;
- max-width: 0;
- opacity: 0;
- overflow: hidden;
- }
- /* Type ------------------------------ */
- body,
- td,
- th {
- font-family:Arial, sans-serif;
- }
- h1 {
- margin-top: 0;
- color: #000;
- font-size: 22px;
- font-weight: bold;
- text-align: left;
- }
- h2 {
- margin-top: 0;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- text-align: left;
- }
- h3 {
- margin-top: 0;
- color: #000;
- font-size: 16px;
- font-weight: bold;
- text-align: left;
- }
- td,
- th {
- font-size: 16px;
- color: #000;
- }
- ul,
- ol,
- blockquote {
- margin: .4em 0 1.1875em;
- font-size: 16px;
- line-height: 1.625;
- }
- p {
- margin: .4em 0 1.1875em;
- line-height: 1.625;
- }
- /* Utilities ------------------------------ */
- .align-right {
- text-align: right;
- }
- .align-left {
- text-align: left;
- }
- .align-center {
- text-align: center;
- }
- /* Buttons ------------------------------ */
- .button {
- display: inline-block;
- text-decoration: none;
- border-radius: 3px;
- box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
- -webkit-text-size-adjust: none;
- box-sizing: border-box;
- }
- @media only screen and (max-width: 500px) {
- .button {
- width: 100% !important;
- text-align: center !important;
- }
- }
- /* Attribute list ------------------------------ */
- .attributes {
- margin: 0 0 21px;
- }
- .attributes_content {
- background-color: #F4F4F7;
- padding: 16px;
- }
- .attributes_item {
- padding: 0;
- vertical-align: top;
- }
- /* Data table ------------------------------ */
- .table_wrapper {
- width: 100%;
- margin: 0;
- }
- .table_item {
- padding: 10px 0;
- color: #000;
- font-size: 15px;
- line-height: 18px;
- }
- .table_heading {
- padding-bottom: 8px;
- border-bottom: 1px solid #EAEAEC;
- }
- .table_heading p {
- margin: 0;
- color: #85878E;
- font-size: 12px;
- }
- body {
- background-color: #F4F4F7;
- color: #000;
- }
- p {
- color: #000;
- }
- p.sub {
- color: #6B6E76;
- }
- .email-wrapper {
- width: 100%;
- margin: 0;
- padding: 0;
- background-color: #F4F4F7;
- }
- .email-content {
- margin: 0;
- padding: 0;
- }
- /* Masthead ----------------------- */
- .email-masthead {
- padding: 20px;
- text-align: left;
- }
- .email-masthead_name {
- font-size: 16px;
- font-weight: bold;
- color: #A8AAAF;
- text-decoration: none;
- text-shadow: 0 1px 0 white;
- }
- /* Body ------------------------------ */
- .email-body {
- margin: 0;
- padding: 0;
- background-color: #FFFFFF;
- }
- .email-body_inner {
- width: 650px;
- margin: 0 auto;
- padding: 0;
- background-color: #FFFFFF;
- }
- .email-footer {
- width: 650px;
- margin: 0 auto;
- padding: 0;
- text-align: center;
- }
- .email-footer p {
- color: #6B6E76;
- }
- .email-footer a {
- color: #6B6E76;
- text-decoration: underline;
- }
- .body-action {
- width: 100%;
- margin: 30px auto;
- padding: 0;
- text-align: center;
- }
- .body-image {
- width: 100%;
- padding: 0;
- }
- .body-side-image {
- width: 100%;
- padding: 0;
- }
- .body-gallery {;
- padding: 0;
- }
- .body-side-image p,
- .body-gallery p {
- color: #000;
- margin: .4em 0 .4em;
- line-height: 1.325;
- }
- .body-sub {
- margin-top: 25px;
- padding-top: 25px;
- border-top: 1px solid #EAEAEC;
- }
- .content-cell {
- padding: 35px;
- }
- /*Media Queries ------------------------------ */
- @media only screen and (max-width: 650px) {
- .email-body_inner,
- .email-footer {
- width: 100% !important;
- }
- }
- </style>
- <!--[if mso]>
- <style type="text/css">
- .f-fallback {
- font-family: Arial, sans-serif;
- }
- </style>
- <![endif]-->
- </head>
- <body style="background-color: #F4F4F7; color: #000; font-family:Arial, sans-serif;">
- <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 25px 0;" border="0" bgcolor="#F4F4F7">
- <tr>
- <td align="center" style="color: #fff; font-family:Arial, sans-serif; font-size: 16px; word-break: break-word;">
- <table class="email-content" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 0;" border="0">
- <tr>
- <td class="email-masthead" style="border-bottom:1px solid #191919; background-color: #ffffff;color: #000; font-family:Arial, sans-serif; font-size: 16px; padding-top: 15px; padding-bottom:2px; text-align: center; word-break: break-word;">
- <img alt="Image" src="{{ $stringMappingConfig['logo'] }}" alt="Logo" style="border: none;max-width:130px;object-fit:contain;">
- </td>
- </tr>
- <!-- Email Body -->
- <tr>
- <td class="email-body" width="650" cellpadding="0" cellspacing="0" style="color: #000; font-family:Arial, sans-serif; font-size: 16px; margin: 0; padding: 0; word-break: break-word;" bgcolor="#FFFFFF">
- <table class="email-body_inner" align="center" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0;" border="0" bgcolor="#FFFFFF">
- <!-- Body content -->
- <tr>
- <td class="content-cell" style="color: #000; font-family:Arial, sans-serif; font-size: 17px; padding: 15px 15px; word-break: break-word;">
- <div>
- <p style=" font-weight: bold; color: #000; font-size: 16px; padding: 0 15px; line-height: 58px; margin: .1em 0;">@yield('salutation')</p>
- @yield('content')
- <p style="color: #000; line-height: 1.625; font-size: 15px; margin: .4em 0 1.1875em;padding: 0 15px;">If you have any questions, feel free to <a href="mailto:{{ $stringMappingConfig['supportEmail'] }}">email our customer success team</a>. <br> (We're lightning quick at replying.)</p>
- <p style="color: #000; font-size: 15px; line-height: 1.625; margin: .4em 0 1.1875em;padding: 0 15px;">Thank you,</p>
- <p style="color: #000; font-size: 15px; line-height: 1.625; letter-spacing: 0; margin: .4em 0 1.1875em;padding: 0 15px;"><b>{{$stringMappingConfig['name']}} Team</b>
- <a href="{{$stringMappingConfig['productUrl']}}" target="_blank" style="margin-top:0px;display:block;color:#1C3D80;text-decoration:none;">{{$stringMappingConfig['productUrl']}}</a></p>
- </div>
- </td>
- </tr>
- <tr>
- <td style="background:#e9f8fe ;color: #000; font-family:Arial, sans-serif; font-size: 16px; word-break: break-word;">
- <table class="email-footer" align="center" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0; " border="0">
- <tr>
- <td class="content-cell" align="center" style="color: #000; font-family:Arial, sans-serif; font-size: 16px; padding: 0;word-break: break-word;">
- <p style="text-align:center;padding:15px 0 15px; margin:0;">
- <img src="{{$stringMappingConfig['phoneIcon']}}" style="height:15px;vertical-align: middle;" alt=""><a href="tel:{{ $stringMappingConfig['supportPhone'] }}" style="color:#000;text-decoration: none;font-size:14px;margin-left:7px;">{{ $stringMappingConfig['supportPhone'] }}</a>
- <img src="{{$stringMappingConfig['emailIcon']}}" style="height:15px;vertical-align: middle;margin-left:50px" alt=""><a href="mailto:{{ $stringMappingConfig['supportEmail'] }}" style="color:#000;text-decoration: none;font-size:14px;margin-left:7px;">{{ $stringMappingConfig['supportEmail'] }}</a></p>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td style="background:#c5ecfa ;color: #000; font-family:Arial, sans-serif; font-size: 16px; word-break: break-word;">
- <table class="email-footer" align="center" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0; " border="0">
- <tr>
- <td class="content-cell" align="center" style="color: #000; font-family:Arial, sans-serif; font-size: 16px; padding: 0;word-break: break-word;">
- <?php
- $entity = null;
- if(@$user){
- $entity = $user;
- }
- ?>
- @if($entity)
- <p style="color: #000; line-height: 1.625; margin: 0; font-size: 14px;padding: 15px;">Don’t want to receive any more e-mails? <a href="{{ route('unsubscribe-from-emails', $entity->uid) }}" style="color:#1C3D80">Unsubscribe</a></p>
- @endif
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|