8dea9e4e439547f814174d2fc50b1349fd9f08bc.php 823 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title><?php echo e($title); ?></title>
  7. <style>
  8. body {
  9. line-height: 30px;
  10. /*color: #fff;*/
  11. }
  12. span.code {
  13. color: #060709;
  14. font-size: 20px;
  15. font-weight: bold;
  16. padding: 10px 0;
  17. }
  18. .logo img {
  19. width: 120px;
  20. height: 60px;
  21. display: inline-block;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="mail">
  27. <?php echo $template; ?>
  28. </div>
  29. </body>
  30. <?php /**PATH /usr/local/develop/php/www/waibao/ZY2024102601/ZY2024102601/resources/views/emails/index.blade.php ENDPATH**/ ?>