app_verification.blade.php 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. </table>
  58. </td>
  59. </tr>
  60. </table>
  61. <!-- END Intro -->
  62. </td>
  63. </tr>
  64. <tr>
  65. <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;">
  66. </td>
  67. </tr>
  68. </table>
  69. </td>
  70. </tr>
  71. </table>
  72. <!-- END Container -->
  73. </td>
  74. </tr>
  75. </table>