layout.blade.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <?php
  3. $appInternalName = config('app.internalName');
  4. $appConfig = config('constants.' . $appInternalName);
  5. ?>
  6. <html xmlns="http://www.w3.org/1999/xhtml" style="color-scheme: light dark; supported-color-schemes: light dark;">
  7. <head>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="x-apple-disable-message-reformatting">
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  11. <meta name="color-scheme" content="light dark">
  12. <meta name="supported-color-schemes" content="light dark">
  13. <title></title>
  14. <style type="text/css" rel="stylesheet" media="all">
  15. /* Base ------------------------------ */
  16. @import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700&display=swap');
  17. body {
  18. width: 100% !important;
  19. height: 100%;
  20. margin: 0;
  21. -webkit-text-size-adjust: none;
  22. }
  23. a {
  24. color: #1C3D80;
  25. }
  26. a img {
  27. border: none;
  28. }
  29. td {
  30. word-break: break-word;
  31. }
  32. .preheader {
  33. display: none !important;
  34. visibility: hidden;
  35. mso-hide: all;
  36. font-size: 1px;
  37. line-height: 1px;
  38. max-height: 0;
  39. max-width: 0;
  40. opacity: 0;
  41. overflow: hidden;
  42. }
  43. /* Type ------------------------------ */
  44. body,
  45. td,
  46. th {
  47. font-family:Arial, sans-serif;
  48. }
  49. h1 {
  50. margin-top: 0;
  51. color: #625F5F;
  52. font-size: 22px;
  53. font-weight: bold;
  54. text-align: left;
  55. }
  56. h2 {
  57. margin-top: 0;
  58. color: #625F5F;
  59. font-size: 16px;
  60. font-weight: bold;
  61. text-align: left;
  62. }
  63. h3 {
  64. margin-top: 0;
  65. color: #625F5F;
  66. font-size: 16px;
  67. font-weight: bold;
  68. text-align: left;
  69. }
  70. td,
  71. th {
  72. font-size: 16px;
  73. color: #625F5F;
  74. }
  75. ul,
  76. ol,
  77. blockquote {
  78. margin: 24px 0 1.1875em;
  79. font-size: 16px;
  80. line-height: 1.625;
  81. }
  82. p {
  83. margin: 24px 0 1.1875em;
  84. line-height: 1.625;
  85. }
  86. /* Utilities ------------------------------ */
  87. .align-right {
  88. text-align: right;
  89. }
  90. .align-left {
  91. text-align: left;
  92. }
  93. .align-center {
  94. text-align: center;
  95. }
  96. /* Buttons ------------------------------ */
  97. .button {
  98. display: inline-block;
  99. text-decoration: none;
  100. border-radius: 3px;
  101. box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  102. -webkit-text-size-adjust: none;
  103. box-sizing: border-box;
  104. }
  105. @media only screen and (max-width: 500px) {
  106. .button {
  107. width: 100% !important;
  108. text-align: center !important;
  109. }
  110. }
  111. /* Attribute list ------------------------------ */
  112. .attributes {
  113. margin: 0 0 21px;
  114. }
  115. .attributes_content {
  116. background-color: #FFFFFF;
  117. padding: 16px;
  118. }
  119. .attributes_item {
  120. padding: 0;
  121. vertical-align: top;
  122. }
  123. /* Data table ------------------------------ */
  124. .table_wrapper {
  125. width: 100%;
  126. margin: 0;
  127. }
  128. .table_item {
  129. padding: 10px 0;
  130. color: #625F5F;
  131. font-size: 15px;
  132. line-height: 18px;
  133. }
  134. .table_heading {
  135. padding-bottom: 8px;
  136. border-bottom: 1px solid #EAEAEC;
  137. }
  138. .table_heading p {
  139. margin: 0;
  140. color: #85878E;
  141. font-size: 12px;
  142. }
  143. body {
  144. background-color: #FFFFFF;
  145. color: #625F5F;
  146. }
  147. p {
  148. color: #625F5F;
  149. }
  150. p.sub {
  151. color: #6B6E76;
  152. }
  153. .email-wrapper {
  154. width: 100%;
  155. margin: 0;
  156. padding: 0;
  157. background-color: #FFFFFF;
  158. }
  159. .email-content {
  160. margin: 0;
  161. padding: 0;
  162. }
  163. /* Masthead ----------------------- */
  164. .email-masthead {
  165. padding: 20px;
  166. text-align: left;
  167. }
  168. .email-masthead_name {
  169. font-size: 16px;
  170. font-weight: bold;
  171. color: #A8AAAF;
  172. text-decoration: none;
  173. text-shadow: 0 1px 0 white;
  174. }
  175. /* Body ------------------------------ */
  176. .email-body {
  177. margin: 0;
  178. padding: 0;
  179. background-color: #FFFFFF;
  180. }
  181. .email-body_inner {
  182. width: 650px;
  183. margin: 0 auto;
  184. padding: 0;
  185. background-color: #FFFFFF;
  186. }
  187. .email-footer {
  188. width: 650px;
  189. margin: 0 auto;
  190. padding: 0;
  191. text-align: center;
  192. }
  193. .email-footer p {
  194. color: #6B6E76;
  195. }
  196. .email-footer a {
  197. color: #6B6E76;
  198. text-decoration: underline;
  199. }
  200. .body-action {
  201. width: 100%;
  202. margin: 30px auto;
  203. padding: 0;
  204. text-align: center;
  205. }
  206. .body-image {
  207. width: 100%;
  208. padding: 0;
  209. }
  210. .body-side-image {
  211. width: 100%;
  212. padding: 0;
  213. }
  214. .body-gallery {;
  215. padding: 0;
  216. }
  217. .body-side-image p,
  218. .body-gallery p {
  219. color: #625F5F;
  220. margin: 24px 0 24px;
  221. line-height: 1.325;
  222. }
  223. .body-sub {
  224. margin-top: 25px;
  225. padding-top: 25px;
  226. border-top: 1px solid #EAEAEC;
  227. }
  228. .content-cell {
  229. padding: 35px;
  230. }
  231. /*Media Queries ------------------------------ */
  232. @media only screen and (max-width: 650px) {
  233. .email-body_inner,
  234. .email-footer {
  235. width: 100% !important;
  236. }
  237. }
  238. </style>
  239. <!--[if mso]>
  240. <style type="text/css">
  241. .f-fallback {
  242. font-family: Arial, sans-serif;
  243. }
  244. </style>
  245. <![endif]-->
  246. </head>
  247. <body style="background-color: #FFFFFF; color: #625F5F; font-family:Arial, sans-serif;">
  248. <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 25px 0;" border="0" bgcolor="#FFFFFF">
  249. <tr>
  250. <td align="center" style="color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; word-break: break-word;">
  251. <table class="email-content" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0; padding: 0;" border="0">
  252. <tr>
  253. <td class="email-masthead" style="background-color:#ffffff;color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; padding: 15px; text-align: center; word-break: break-word;">
  254. <img src="{{ $stringMappingConfig['logo'] }}" alt="" height="100" style="border: none;max-width:400px;object-fit:contain;">
  255. </td>
  256. </tr>
  257. <!-- Email Body -->
  258. <tr>
  259. <td class="email-body" width="650" cellpadding="0" cellspacing="0" style="color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; margin: 0; padding: 0; word-break: break-word;" bgcolor="#FFFFFF">
  260. <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">
  261. <!-- Body content -->
  262. <tr>
  263. <td class="content-cell" style="color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; padding: 15px 15px; word-break: break-word;">
  264. <div class="f-fallback">
  265. <p class="f-fallback" style=" font-weight: bold; color: #625F5F; font-size: 24px; padding: 0 15px; line-height: 24px; margin: 0 0 24px 0;">@yield('salutation')</p>
  266. @yield('content')
  267. <p class="f-fallback" style="color: #625F5F; font-size: 16px; padding: 0 15px; line-height: 24px; margin: 24px 0 0.1875em;">Thank you for choosing Sleep Care America. We look forward to providing you with excellent service and support.</p>
  268. <p style="color: #625F5F; font-size: 15px; line-height: 24px; margin: 24px 0 1.1875em;padding: 0 15px;">Sincerely,
  269. <br>
  270. The {{$stringMappingConfig['name']}} Team
  271. </p>
  272. </div>
  273. </td>
  274. </tr>
  275. <tr>
  276. <td style="background:rgba(0,0,0,0.03) ;color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; word-break: break-word;">
  277. <table class="email-footer" align="center" width="650" cellpadding="0" cellspacing="0" role="presentation" style="margin: 0 auto; padding: 0; " border="0">
  278. <tr>
  279. <td class="content-cell" align="center" style="color: #625F5F; font-family:Arial, sans-serif; font-size: 16px; padding: 0;word-break: break-word;">
  280. <p style="text-align:center;padding:15px 0 15px; margin:0;">
  281. <a target="_blank" href="{{ config('app.stagfe6_url') }}">Support</a>
  282. <span style="margin:0 10px;color:#cccccc;">|</span>
  283. <a target="_blank" href="{{ config('app.stagfe6_url') . '/privacy-policy' }}">Privacy Policy</a>
  284. <span style="margin:0 10px;color:#cccccc;">|</span>
  285. <a target="_blank" href="{{ config('app.stagfe6_url') .'/emails/unsubscribe/' . @$toEmailAddress }}">Unsubscribe</a>
  286. </p>
  287. <p style="text-align: center;margin:0 0 15px 0;">Copyright © {{ date('Y') }} {{ config('app.name') }}. All Rights Reserved.</p>
  288. </td>
  289. </tr>
  290. </table>
  291. </td>
  292. </tr>
  293. </table>
  294. </td>
  295. </tr>
  296. </table>
  297. </td>
  298. </tr>
  299. </table>
  300. </body>
  301. </html>