resetPassword.blade.php 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--[if IE]>
  2. <html xmlns="http://www.w3.org/1999/xhtml" class="ie"><![endif]--><!--[if !IE]><!-->
  3. <html style="margin: 0;padding: 0;" xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title></title>
  7. <!--[if !mso]><!-->
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge"/><!--<![endif]-->
  9. <meta name="viewport" content="width=device-width"/>
  10. <style type="text/css">
  11. @media only screen and (min-width: 620px) {
  12. .wrapper {
  13. min-width: 600px !important
  14. }
  15. .wrapper h1 {
  16. }
  17. .wrapper h1 {
  18. font-size: 36px !important;
  19. line-height: 43px !important
  20. }
  21. .wrapper h2 {
  22. }
  23. .wrapper h2 {
  24. font-size: 22px !important;
  25. line-height: 31px !important
  26. }
  27. .wrapper h3 {
  28. }
  29. .wrapper h3 {
  30. font-size: 18px !important;
  31. line-height: 26px !important
  32. }
  33. .column {
  34. }
  35. .wrapper .size-8 {
  36. font-size: 8px !important;
  37. line-height: 14px !important
  38. }
  39. .wrapper .size-9 {
  40. font-size: 9px !important;
  41. line-height: 16px !important
  42. }
  43. .wrapper .size-10 {
  44. font-size: 10px !important;
  45. line-height: 18px !important
  46. }
  47. .wrapper .size-11 {
  48. font-size: 11px !important;
  49. line-height: 19px !important
  50. }
  51. .wrapper .size-12 {
  52. font-size: 12px !important;
  53. line-height: 19px !important
  54. }
  55. .wrapper .size-13 {
  56. font-size: 13px !important;
  57. line-height: 21px !important
  58. }
  59. .wrapper .size-14 {
  60. font-size: 14px !important;
  61. line-height: 21px !important
  62. }
  63. .wrapper .size-15 {
  64. font-size: 15px !important;
  65. line-height: 23px !important
  66. }
  67. .wrapper .size-16 {
  68. font-size: 16px !important;
  69. line-height: 24px !important
  70. }
  71. .wrapper .size-17 {
  72. font-size: 17px !important;
  73. line-height: 26px !important
  74. }
  75. .wrapper .size-18 {
  76. font-size: 18px !important;
  77. line-height: 26px !important
  78. }
  79. .wrapper .size-20 {
  80. font-size: 20px !important;
  81. line-height: 28px !important
  82. }
  83. .wrapper .size-22 {
  84. font-size: 22px !important;
  85. line-height: 31px !important
  86. }
  87. .wrapper .size-24 {
  88. font-size: 24px !important;
  89. line-height: 32px !important
  90. }
  91. .wrapper .size-26 {
  92. font-size: 26px !important;
  93. line-height: 34px !important
  94. }
  95. .wrapper .size-28 {
  96. font-size: 28px !important;
  97. line-height: 36px !important
  98. }
  99. .wrapper .size-30 {
  100. font-size: 30px !important;
  101. line-height: 38px !important
  102. }
  103. .wrapper .size-32 {
  104. font-size: 32px !important;
  105. line-height: 40px !important
  106. }
  107. .wrapper .size-34 {
  108. font-size: 34px !important;
  109. line-height: 43px !important
  110. }
  111. .wrapper .size-36 {
  112. font-size: 36px !important;
  113. line-height: 43px !important
  114. }
  115. .wrapper
  116. .size-40 {
  117. font-size: 40px !important;
  118. line-height: 47px !important
  119. }
  120. .wrapper .size-44 {
  121. font-size: 44px !important;
  122. line-height: 50px !important
  123. }
  124. .wrapper .size-48 {
  125. font-size: 48px !important;
  126. line-height: 54px !important
  127. }
  128. .wrapper .size-56 {
  129. font-size: 56px !important;
  130. line-height: 60px !important
  131. }
  132. .wrapper .size-64 {
  133. font-size: 64px !important;
  134. line-height: 63px !important
  135. }
  136. }
  137. </style>
  138. <style type="text/css">
  139. body {
  140. margin: 0;
  141. padding: 0;
  142. }
  143. table {
  144. border-collapse: collapse;
  145. table-layout: fixed;
  146. }
  147. * {
  148. line-height: inherit;
  149. }
  150. [x-apple-data-detectors],
  151. [href^="tel"],
  152. [href^="sms"] {
  153. color: inherit !important;
  154. text-decoration: none !important;
  155. }
  156. .wrapper .footer__share-button a:hover,
  157. .wrapper .footer__share-button a:focus {
  158. color: #ffffff !important;
  159. }
  160. .btn a:hover,
  161. .btn a:focus,
  162. .footer__share-button a:hover,
  163. .footer__share-button a:focus,
  164. .email-footer__links a:hover,
  165. .email-footer__links a:focus {
  166. opacity: 0.8;
  167. }
  168. .preheader,
  169. .header,
  170. .layout,
  171. .column {
  172. transition: width 0.25s ease-in-out, max-width 0.25s ease-in-out;
  173. }
  174. .preheader td {
  175. padding-bottom: 8px;
  176. }
  177. .layout,
  178. div.header {
  179. max-width: 400px !important;
  180. -fallback-width: 95% !important;
  181. width: calc(100% - 20px) !important;
  182. }
  183. div.preheader {
  184. max-width: 360px !important;
  185. -fallback-width: 90% !important;
  186. width: calc(100% - 60px) !important;
  187. }
  188. .snippet,
  189. .webversion {
  190. Float: none !important;
  191. }
  192. .column {
  193. max-width: 400px !important;
  194. width: 100% !important;
  195. }
  196. .fixed-width.has-border {
  197. max-width: 402px !important;
  198. }
  199. .fixed-width.has-border .layout__inner {
  200. box-sizing: border-box;
  201. }
  202. .snippet,
  203. .webversion {
  204. width: 50% !important;
  205. }
  206. .ie .btn {
  207. width: 100%;
  208. }
  209. [owa] .column div,
  210. [owa] .column button {
  211. display: block !important;
  212. }
  213. .ie .column,
  214. [owa] .column,
  215. .ie .gutter,
  216. [owa] .gutter {
  217. display: table-cell;
  218. float: none !important;
  219. vertical-align: top;
  220. }
  221. .ie div.preheader,
  222. [owa] div.preheader,
  223. .ie .email-footer,
  224. [owa] .email-footer {
  225. max-width: 560px !important;
  226. width: 560px !important;
  227. }
  228. .ie .snippet,
  229. [owa] .snippet,
  230. .ie .webversion,
  231. [owa] .webversion {
  232. width: 280px !important;
  233. }
  234. .ie div.header,
  235. [owa] div.header,
  236. .ie .layout,
  237. [owa] .layout,
  238. .ie .one-col .column,
  239. [owa] .one-col .column {
  240. max-width: 600px !important;
  241. width: 600px !important;
  242. }
  243. .ie .fixed-width.has-border,
  244. [owa] .fixed-width.has-border,
  245. .ie .has-gutter.has-border,
  246. [owa] .has-gutter.has-border {
  247. max-width: 602px !important;
  248. width: 602px !important;
  249. }
  250. .ie .two-col .column,
  251. [owa] .two-col .column {
  252. max-width: 300px !important;
  253. width: 300px !important;
  254. }
  255. .ie .three-col .column,
  256. [owa] .three-col .column,
  257. .ie .narrow,
  258. [owa] .narrow {
  259. max-width: 200px !important;
  260. width: 200px !important;
  261. }
  262. .ie .wide,
  263. [owa] .wide {
  264. width: 400px !important;
  265. }
  266. .ie .two-col.has-gutter .column,
  267. [owa] .two-col.x_has-gutter .column {
  268. max-width: 290px !important;
  269. width: 290px !important;
  270. }
  271. .ie .three-col.has-gutter .column,
  272. [owa] .three-col.x_has-gutter .column,
  273. .ie .has-gutter .narrow,
  274. [owa] .has-gutter .narrow {
  275. max-width: 188px !important;
  276. width: 188px !important;
  277. }
  278. .ie .has-gutter .wide,
  279. [owa] .has-gutter .wide {
  280. max-width: 394px !important;
  281. width: 394px !important;
  282. }
  283. .ie .two-col.has-gutter.has-border .column,
  284. [owa] .two-col.x_has-gutter.x_has-border .column {
  285. max-width: 292px !important;
  286. width: 292px !important;
  287. }
  288. .ie .three-col.has-gutter.has-border .column,
  289. [owa] .three-col.x_has-gutter.x_has-border .column,
  290. .ie .has-gutter.has-border .narrow,
  291. [owa] .has-gutter.x_has-border .narrow {
  292. max-width: 190px !important;
  293. width: 190px !important;
  294. }
  295. .ie .has-gutter.has-border .wide,
  296. [owa] .has-gutter.x_has-border .wide {
  297. max-width: 396px !important;
  298. width: 396px !important;
  299. }
  300. .ie .fixed-width .layout__inner {
  301. border-left: 0 none white !important;
  302. border-right: 0 none white !important;
  303. }
  304. .ie .layout__edges {
  305. display: none;
  306. }
  307. .mso .layout__edges {
  308. font-size: 0;
  309. }
  310. .layout-fixed-width,
  311. .mso .layout-full-width {
  312. background-color: #ffffff;
  313. }
  314. @media only screen and (min-width: 620px) {
  315. .column,
  316. .gutter {
  317. display: table-cell;
  318. Float: none !important;
  319. vertical-align: top;
  320. }
  321. div.preheader,
  322. .email-footer {
  323. max-width: 560px !important;
  324. width: 560px !important;
  325. }
  326. .snippet,
  327. .webversion {
  328. width: 280px !important;
  329. }
  330. div.header,
  331. .layout,
  332. .one-col .column {
  333. max-width: 600px !important;
  334. width: 600px !important;
  335. }
  336. .fixed-width.has-border,
  337. .fixed-width.ecxhas-border,
  338. .has-gutter.has-border,
  339. .has-gutter.ecxhas-border {
  340. max-width: 602px !important;
  341. width: 602px !important;
  342. }
  343. .two-col .column {
  344. max-width: 300px !important;
  345. width: 300px !important;
  346. }
  347. .three-col .column,
  348. .column.narrow {
  349. max-width: 200px !important;
  350. width: 200px !important;
  351. }
  352. .column.wide {
  353. width: 400px !important;
  354. }
  355. .two-col.has-gutter .column,
  356. .two-col.ecxhas-gutter .column {
  357. max-width: 290px !important;
  358. width: 290px !important;
  359. }
  360. .three-col.has-gutter .column,
  361. .three-col.ecxhas-gutter .column,
  362. .has-gutter .narrow {
  363. max-width: 188px !important;
  364. width: 188px !important;
  365. }
  366. .has-gutter .wide {
  367. max-width: 394px !important;
  368. width: 394px !important;
  369. }
  370. .two-col.has-gutter.has-border .column,
  371. .two-col.ecxhas-gutter.ecxhas-border .column {
  372. max-width: 292px !important;
  373. width: 292px !important;
  374. }
  375. .three-col.has-gutter.has-border .column,
  376. .three-col.ecxhas-gutter.ecxhas-border .column,
  377. .has-gutter.has-border .narrow,
  378. .has-gutter.ecxhas-border .narrow {
  379. max-width: 190px !important;
  380. width: 190px !important;
  381. }
  382. .has-gutter.has-border .wide,
  383. .has-gutter.ecxhas-border .wide {
  384. max-width: 396px !important;
  385. width: 396px !important;
  386. }
  387. }
  388. @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  389. .fblike {
  390. background-image: url(https://i10.createsend1.com/static/eb/master/13-the-blueprint-3/images/fblike@2x.png) !important;
  391. }
  392. .tweet {
  393. background-image: url(https://i7.createsend1.com/static/eb/master/13-the-blueprint-3/images/tweet@2x.png) !important;
  394. }
  395. .linkedinshare {
  396. background-image: url(https://i8.createsend1.com/static/eb/master/13-the-blueprint-3/images/lishare@2x.png) !important;
  397. }
  398. .forwardtoafriend {
  399. background-image: url(https://i9.createsend1.com/static/eb/master/13-the-blueprint-3/images/forward@2x.png) !important;
  400. }
  401. }
  402. @media (max-width: 321px) {
  403. .fixed-width.has-border .layout__inner {
  404. border-width: 1px 0 !important;
  405. }
  406. .layout,
  407. .column {
  408. min-width: 320px !important;
  409. width: 320px !important;
  410. }
  411. .border {
  412. display: none;
  413. }
  414. }
  415. .mso div {
  416. border: 0 none white !important;
  417. }
  418. .mso .w560 .divider {
  419. Margin-left: 260px !important;
  420. Margin-right: 260px !important;
  421. }
  422. .mso .w360 .divider {
  423. Margin-left: 160px !important;
  424. Margin-right: 160px !important;
  425. }
  426. .mso .w260 .divider {
  427. Margin-left: 110px !important;
  428. Margin-right: 110px !important;
  429. }
  430. .mso .w160 .divider {
  431. Margin-left: 60px !important;
  432. Margin-right: 60px !important;
  433. }
  434. .mso .w354 .divider {
  435. Margin-left: 157px !important;
  436. Margin-right: 157px !important;
  437. }
  438. .mso .w250 .divider {
  439. Margin-left: 105px !important;
  440. Margin-right: 105px !important;
  441. }
  442. .mso .w148 .divider {
  443. Margin-left: 54px !important;
  444. Margin-right: 54px !important;
  445. }
  446. .mso .size-8,
  447. .ie .size-8 {
  448. font-size: 8px !important;
  449. line-height: 14px !important;
  450. }
  451. .mso .size-9,
  452. .ie .size-9 {
  453. font-size: 9px !important;
  454. line-height: 16px !important;
  455. }
  456. .mso .size-10,
  457. .ie .size-10 {
  458. font-size: 10px !important;
  459. line-height: 18px !important;
  460. }
  461. .mso .size-11,
  462. .ie .size-11 {
  463. font-size: 11px !important;
  464. line-height: 19px !important;
  465. }
  466. .mso .size-12,
  467. .ie .size-12 {
  468. font-size: 12px !important;
  469. line-height: 19px !important;
  470. }
  471. .mso .size-13,
  472. .ie .size-13 {
  473. font-size: 13px !important;
  474. line-height: 21px !important;
  475. }
  476. .mso .size-14,
  477. .ie .size-14 {
  478. font-size: 14px !important;
  479. line-height: 21px !important;
  480. }
  481. .mso .size-15,
  482. .ie .size-15 {
  483. font-size: 15px !important;
  484. line-height: 23px !important;
  485. }
  486. .mso .size-16,
  487. .ie .size-16 {
  488. font-size: 16px !important;
  489. line-height: 24px !important;
  490. }
  491. .mso .size-17,
  492. .ie .size-17 {
  493. font-size: 17px !important;
  494. line-height: 26px !important;
  495. }
  496. .mso .size-18,
  497. .ie .size-18 {
  498. font-size: 18px !important;
  499. line-height: 26px !important;
  500. }
  501. .mso .size-20,
  502. .ie .size-20 {
  503. font-size: 20px !important;
  504. line-height: 28px !important;
  505. }
  506. .mso .size-22,
  507. .ie .size-22 {
  508. font-size: 22px !important;
  509. line-height: 31px !important;
  510. }
  511. .mso .size-24,
  512. .ie .size-24 {
  513. font-size: 24px !important;
  514. line-height: 32px !important;
  515. }
  516. .mso .size-26,
  517. .ie .size-26 {
  518. font-size: 26px !important;
  519. line-height: 34px !important;
  520. }
  521. .mso .size-28,
  522. .ie .size-28 {
  523. font-size: 28px !important;
  524. line-height: 36px !important;
  525. }
  526. .mso .size-30,
  527. .ie .size-30 {
  528. font-size: 30px !important;
  529. line-height: 38px !important;
  530. }
  531. .mso .size-32,
  532. .ie .size-32 {
  533. font-size: 32px !important;
  534. line-height: 40px !important;
  535. }
  536. .mso .size-34,
  537. .ie .size-34 {
  538. font-size: 34px !important;
  539. line-height: 43px !important;
  540. }
  541. .mso .size-36,
  542. .ie .size-36 {
  543. font-size: 36px !important;
  544. line-height: 43px !important;
  545. }
  546. .mso .size-40,
  547. .ie .size-40 {
  548. font-size: 40px !important;
  549. line-height: 47px !important;
  550. }
  551. .mso .size-44,
  552. .ie .size-44 {
  553. font-size: 44px !important;
  554. line-height: 50px !important;
  555. }
  556. .mso .size-48,
  557. .ie .size-48 {
  558. font-size: 48px !important;
  559. line-height: 54px !important;
  560. }
  561. .mso .size-56,
  562. .ie .size-56 {
  563. font-size: 56px !important;
  564. line-height: 60px !important;
  565. }
  566. .mso .size-64,
  567. .ie .size-64 {
  568. font-size: 64px !important;
  569. line-height: 63px !important;
  570. }
  571. </style>
  572. <!--[if !mso]><!-->
  573. <style type="text/css">
  574. @import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic);
  575. </style>
  576. <link href="//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic" rel="stylesheet" type="text/css"/><!--<![endif]-->
  577. <style type="text/css">
  578. body {
  579. background-color: #f0f0f0
  580. }
  581. .logo a:hover, .logo a:focus {
  582. color: #859bb1 !important
  583. }
  584. .mso .layout-has-border {
  585. border-top: 1px solid #bdbdbd;
  586. border-bottom: 1px solid #bdbdbd
  587. }
  588. .mso .layout-has-bottom-border {
  589. border-bottom: 1px solid #bdbdbd
  590. }
  591. .mso .border, .ie .border {
  592. background-color: #bdbdbd
  593. }
  594. .mso h1, .ie h1 {
  595. }
  596. .mso h1, .ie h1 {
  597. font-size: 36px !important;
  598. line-height: 43px !important
  599. }
  600. .mso h2, .ie h2 {
  601. }
  602. .mso h2, .ie h2 {
  603. font-size: 22px !important;
  604. line-height: 31px !important
  605. }
  606. .mso h3, .ie h3 {
  607. }
  608. .mso h3, .ie h3 {
  609. font-size: 18px !important;
  610. line-height: 26px !important
  611. }
  612. .mso .layout__inner, .ie .layout__inner {
  613. }
  614. .mso .footer__share-button p {
  615. }
  616. .mso .footer__share-button p {
  617. font-family: Ubuntu, sans-serif
  618. }
  619. </style>
  620. <meta name="robots" content="noindex,nofollow"/>
  621. <meta property="og:title" content="My First Campaign"/>
  622. </head>
  623. <!--[if mso]>
  624. <body class="mso">
  625. <![endif]-->
  626. <!--[if !mso]><!-->
  627. <body class="full-padding" style="margin: 0;padding: 0;-webkit-text-size-adjust: 100%;">
  628. <!--<![endif]-->
  629. <table class="wrapper" style="border-collapse: collapse;table-layout: fixed;min-width: 320px;width: 100%;background-color: #f0f0f0;" cellpadding="0" cellspacing="0" role="presentation">
  630. <tbody>
  631. <tr>
  632. <td>
  633. <div role="banner">
  634. <div class="preheader" style="Margin: 0 auto;max-width: 560px;min-width: 280px; width: 280px;width: calc(28000% - 167440px);">
  635. <div style="border-collapse: collapse;display: table;width: 100%;">
  636. <!--[if (mso)|(IE)]>
  637. <table align="center" class="preheader" cellpadding="0" cellspacing="0" role="presentation">
  638. <tr>
  639. <td style="width: 280px" valign="top"><![endif]-->
  640. <div class="snippet" style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 140px; width: 140px;width: calc(14000% - 78120px);padding: 10px 0 5px 0;color: #bdbdbd;font-family: Ubuntu,sans-serif;">
  641. </div>
  642. <!--[if (mso)|(IE)]></td>
  643. <td style="width: 280px" valign="top"><![endif]-->
  644. <div class="webversion" style="display: table-cell;Float: left;font-size: 12px;line-height: 19px;max-width: 280px;min-width: 139px; width: 139px;width: calc(14100% - 78680px);padding: 10px 0 5px 0;text-align: right;color: #bdbdbd;font-family: Ubuntu,sans-serif;">
  645. </div>
  646. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  647. </div>
  648. </div>
  649. </div>
  650. <div role="section">
  651. <div class="layout one-col fixed-width" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  652. <div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;background-color: #ffffff;" emb-background-style>
  653. <!--[if (mso)|(IE)]>
  654. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  655. <tr class="layout-fixed-width" emb-background-style>
  656. <td style="width: 600px" class="w560"><![endif]-->
  657. <div class="column" style="text-align: left;color: #787778;font-size: 16px;line-height: 24px;font-family: Ubuntu,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
  658. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 24px;">
  659. <div style="mso-line-height-rule: exactly;line-height: 20px;font-size: 1px;">&nbsp;</div>
  660. </div>
  661. <div style="Margin-left: 20px;Margin-right: 20px;">
  662. <div style="mso-line-height-rule: exactly;mso-text-raise: 4px;">
  663. <h1 style="Margin-top: 0;Margin-bottom: 0;font-style: normal;font-weight: normal;color: #565656;font-size: 30px;line-height: 38px;text-align: center;"><strong>&#37325;&#32622;&#23494;&#30721;</strong></h1>
  664. <p style="Margin-top: 20px;Margin-bottom: 20px;">&#33509;&#35201;&#24320;&#22987;&#37325;&#32622;&#23494;&#30721;,&#35831;&#28857;&#20987;&#20197;&#19979;&#25353;&#38062;/&#38142;&#25509;&#65306;</p>
  665. </div>
  666. </div>
  667. <div style="Margin-left: 20px;Margin-right: 20px;">
  668. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 1px;">&nbsp;</div>
  669. </div>
  670. <div style="Margin-left: 20px;Margin-right: 20px;">
  671. <div class="btn btn--flat btn--large" style="Margin-bottom: 20px;text-align: center;">
  672. <![if !mso]><a style="border-radius: 4px;display: inline-block;font-size: 14px;font-weight: bold;line-height: 24px;padding: 12px 24px;text-align: center;text-decoration: none !important;transition: opacity 0.1s ease-in;color: #ffffff !important;background-color: #2e74bf;font-family: Ubuntu, sans-serif;" href="{{$resetPasswordUrl}}">&#37325;&#32622;&#23494;&#30721;</a><![endif]>
  673. <!--[if mso]><p style="line-height:0;margin:0;">&nbsp;</p>
  674. <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" href="{{$resetPasswordUrl}}" style="width:104px" arcsize="9%" fillcolor="#2E74BF" stroke="f">
  675. <v:textbox style="mso-fit-shape-to-text:t" inset="0px,11px,0px,11px">
  676. <center style="font-size:14px;line-height:24px;color:#FFFFFF;font-family:Ubuntu,sans-serif;font-weight:bold;mso-line-height-rule:exactly;mso-text-raise:4px">&#37325;&#32622;&#23494;&#30721;</center>
  677. </v:textbox>
  678. </v:roundrect><![endif]--></div>
  679. </div>
  680. <div style="Margin-left: 20px;Margin-right: 20px;">
  681. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 1px;">&nbsp;</div>
  682. </div>
  683. <div style="Margin-left: 20px;Margin-right: 20px;">
  684. <div style="mso-line-height-rule: exactly;mso-text-raise: 4px;">
  685. <p class="size-14" style="Margin-top: 0;Margin-bottom: 20px;font-size: 14px;line-height: 21px;" lang="x-size-14">&nbsp;&#24744;&#25910;&#21040;&#27492;&#37038;&#20214;&#26159;&#22240;&#20026;&#24744;&#22312;{{\App\Components\Helpers::systemConfig()['website_name']}}&#30003;&#35831;&#20102;&#23494;&#30721;&#37325;&#32622;,&#22914;&#26524;&#19981;&#26159;&#24744;&#30003;&#35831;&#30340;,&#35831;&#24573;&#30053;&#27492;&#37038;&#20214;.</p>
  686. </div>
  687. </div>
  688. <div style="Margin-left: 20px;Margin-right: 20px;Margin-bottom: 24px;">
  689. <div style="mso-line-height-rule: exactly;line-height: 5px;font-size: 1px;">&nbsp;</div>
  690. </div>
  691. </div>
  692. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  693. </div>
  694. </div>
  695. <div style="mso-line-height-rule: exactly;line-height: 10px;font-size: 10px;">&nbsp;</div>
  696. <div style="mso-line-height-rule: exactly;" role="contentinfo">
  697. <div class="layout email-footer" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  698. <div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
  699. <!--[if (mso)|(IE)]>
  700. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  701. <tr class="layout-email-footer">
  702. <td style="width: 400px;" valign="top" class="w360"><![endif]-->
  703. <div class="column wide" style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;Float: left;max-width: 400px;min-width: 320px; width: 320px;width: calc(8000% - 47600px);">
  704. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  705. <table class="email-footer__links emb-web-links" style="border-collapse: collapse;table-layout: fixed;" role="presentation">
  706. <tbody>
  707. <tr role="navigation">
  708. </tr>
  709. </tbody>
  710. </table>
  711. <div style="font-size: 12px;line-height: 19px;Margin-top: 20px;">
  712. <div>{{\App\Components\Helpers::systemConfig()['website_name']}}</div>
  713. </div>
  714. <div style="font-size: 12px;line-height: 19px;Margin-top: 18px;">
  715. <div>&#23562;&#25964;&#30340;&#20351;&#29992;&#32773;&#65292;&#24744;&#20250;&#40664;&#35748;&#22312;&#25105;&#20204;&#30340;&#37038;&#20214;&#21457;&#36865;&#21015;&#34920;&#37324;</div>
  716. </div>
  717. <!--[if mso]>&nbsp;<![endif]-->
  718. </div>
  719. </div>
  720. <!--[if (mso)|(IE)]></td>
  721. <td style="width: 200px;" valign="top" class="w160"><![endif]-->
  722. <div class="column narrow" style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;Float: left;max-width: 320px;min-width: 200px; width: 320px;width: calc(72200px - 12000%);">
  723. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  724. </div>
  725. </div>
  726. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  727. </div>
  728. </div>
  729. <div class="layout one-col email-footer" style="Margin: 0 auto;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);overflow-wrap: break-word;word-wrap: break-word;word-break: break-word;">
  730. <div class="layout__inner" style="border-collapse: collapse;display: table;width: 100%;">
  731. <!--[if (mso)|(IE)]>
  732. <table align="center" cellpadding="0" cellspacing="0" role="presentation">
  733. <tr class="layout-email-footer">
  734. <td style="width: 600px;" class="w560"><![endif]-->
  735. <div class="column" style="text-align: left;font-size: 12px;line-height: 19px;color: #bdbdbd;font-family: Ubuntu,sans-serif;max-width: 600px;min-width: 320px; width: 320px;width: calc(28000% - 167400px);">
  736. <div style="Margin-left: 20px;Margin-right: 20px;Margin-top: 10px;Margin-bottom: 10px;">
  737. <div style="font-size: 12px;line-height: 19px;">
  738. <span><preferences style="text-decoration: underline;" lang="en">Preferences</preferences>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
  739. <unsubscribe style="text-decoration: underline;">Unsubscribe</unsubscribe>
  740. </div>
  741. </div>
  742. </div>
  743. <!--[if (mso)|(IE)]></td></tr></table><![endif]-->
  744. </div>
  745. </div>
  746. </div>
  747. <div style="mso-line-height-rule: exactly;line-height: 40px;font-size: 40px;">&nbsp;</div>
  748. </div>
  749. </td>
  750. </tr>
  751. </tbody>
  752. </table>
  753. </body>
  754. </html>