verification.blade.php 6.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#e8ebef">
  2. @php
  3. $logo = get_setting('header_logo');
  4. @endphp
  5. <tr>
  6. <td align="center" valign="top" class="container" style="padding:50px 10px;">
  7. <!-- Container -->
  8. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  9. <tr>
  10. <td align="center">
  11. <table width="650" border="0" cellspacing="0" cellpadding="0" class="mobile-shell">
  12. <tr>
  13. <td class="td" bgcolor="#ffffff" style="width:650px; min-width:650px; font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;">
  14. <!-- Header -->
  15. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
  16. <tr>
  17. <td class="p30-15-0" style="padding: 40px 30px 0px 30px;">
  18. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  19. <tr>
  20. <th class="column" style="font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;">
  21. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  22. <tr>
  23. <td class="img m-center" style="font-size:0pt; line-height:0pt; text-align:left;"><img src="{{ uploaded_asset($logo) }}" width="" height="24" border="0" alt="" /></td>
  24. </tr>
  25. </table>
  26. </th>
  27. <th class="column-empty" width="1" style="font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;"></th>
  28. <th class="column" width="120" style="font-size:0pt; line-height:0pt; padding:0; margin:0; font-weight:normal;">
  29. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  30. <tr>
  31. <td class="text-header right" style="color:#000000; font-family:'Fira Mono', Arial,sans-serif; font-size:12px; line-height:16px; text-align:right;"><a href="{{ env('APP_URL') }}" target="_blank" class="link" style="color:#000001; text-decoration:none;"><span class="link" style="color:#000001; text-decoration:none;">{{ env('APP_NAME') }}</span></a></td>
  32. </tr>
  33. </table>
  34. </th>
  35. </tr>
  36. </table>
  37. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  38. <tr>
  39. <td class="separator" style="padding-top: 40px; border-bottom:4px solid #000000; font-size:0pt; line-height:0pt;">&nbsp;</td>
  40. </tr>
  41. </table>
  42. </td>
  43. </tr>
  44. </table>
  45. <!-- END Header -->
  46. <!-- Intro -->
  47. <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
  48. <tr>
  49. <td class="p30-15" style="padding: 70px 30px 70px 30px;">
  50. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  51. <tr>
  52. <td class="h2 center pb10" style="color:#000000; font-family:'Ubuntu', Arial,sans-serif; font-size:50px; line-height:60px; text-align:center; padding-bottom:10px;">{{ $array['subject'] }}</td>
  53. </tr>
  54. <tr>
  55. <td class="h5 center blue pb30" style="font-family:'Ubuntu', Arial,sans-serif; font-size:20px; line-height:26px; text-align:center; color:#2e57ae; padding-bottom:30px;">{{ $array['content'] }} </td>
  56. </tr>
  57. @if(!empty( $array['link']))
  58. <tr>
  59. <td class="h5 center blue pb30" style="font-family:'Ubuntu', Arial,sans-serif; font-size:20px; line-height:26px; text-align:center; color:#2e57ae; padding-bottom:30px;">
  60. <a href="{{ $array['link'] }}" style="background: #007bff;padding: 0.9rem 2rem;font-size: 0.875rem;color:#fff;border-radius: .2rem;" target="_blank">{{ translate("Click Here") }}</a>
  61. </td>
  62. </tr>
  63. @endif
  64. </table>
  65. </td>
  66. </tr>
  67. </table>
  68. <!-- END Intro -->
  69. </td>
  70. </tr>
  71. <tr>
  72. <td class="text-footer" style="padding-top: 30px; color:#1f2125; font-family:'Fira Mono', Arial,sans-serif; font-size:12px; line-height:22px; text-align:center;">
  73. </td>
  74. </tr>
  75. </table>
  76. </td>
  77. </tr>
  78. </table>
  79. <!-- END Container -->
  80. </td>
  81. </tr>
  82. </table>