1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <style type="text/css">
- body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
- table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
- img { -ms-interpolation-mode: bicubic; }
- img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; }
- table { border-collapse: collapse !important; }
- body { height: 100% !important; margin: 0 !important; padding: 0 !important; width: 100% !important; }
- 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;
- }
- @media screen and (max-width: 480px) {
- .mobile-hide {
- display: none !important;
- }
- .mobile-center {
- text-align: center !important;
- }
- }
- div[style*="margin: 16px 0;"] { margin: 0 !important; }
- </style>
- <body style="margin: 0 !important; padding: 0 !important; background-color: #eeeeee;" bgcolor="#eeeeee">
- <div style="display: none; font-size: 1px; color: #fefefe; line-height: 1px; font-family: Open Sans, Helvetica, Arial, sans-serif; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;">
- For what reason would it be advisable for me to think about business content? That might be little bit risky to have crew member like them.
- </div>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td align="center" style="background-color: #eeeeee;" bgcolor="#eeeeee">
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px;">
- <tr>
- <td align="center" valign="top" style="font-size:0; padding: 35px;" bgcolor="#F44336">
- <div style="display:inline-block; max-width:100%; min-width:100px; vertical-align:top; width:100%;">
- <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:300px;">
- <tr>
- <td align="left" valign="top" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 36px; font-weight: 800; line-height: 48px;" class="mobile-center">
- <h1 style="font-size: 25px; font-weight: 800; margin: 0; color: #ffffff;">{!! $shop_name !!}</h1>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- <tr>
- <td align="center" style="padding: 35px 35px 20px 35px; background-color: #ffffff;" bgcolor="#ffffff">
- <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:600px;">
- <tr>
- <td align="center" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; padding-top: 25px;">
- <h2 style="font-size: 30px; font-weight: 800; line-height: 36px; color: #333333; margin: 0;">
- New Order is placed!
- </h2>
- </td>
- </tr>
- <tr>
- <td align="left" style="font-family: Open Sans, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; padding-top: 10px;">
- <p style="font-size: 16px; font-weight: 400; line-height: 24px; color: #777777;">
- {!! $order_message !!}
- </p>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </body>
- </html>
|