orderInvoice.blade.php 202 B

12345678910
  1. <html lang="zh-CN">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. </head>
  6. <body>
  7. 测试
  8. <img src="{{ $message->embed($data['imagePath'])}}">
  9. </body>
  10. </html>