Няма описание

feedback-email-copy.blade.php 948B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="utf-8">
  5. </head>
  6. <body style="width: 960px;">
  7. <div>{{HTML::image('/images/olas-email-header.png', 'OLAS Header Image', array('class'=>'logo img-responsive'))}}</div>
  8. <div>
  9. <h2 style="color: #E70033;">Copy of your feedback for OLAS (no-reply)</h2>
  10. <hr style="border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);">
  11. <h3>Type: </h3>
  12. <p>{{ $type }}</p>
  13. <h3>Email: </h3>
  14. <p>{{ $email }}</p>
  15. <h3>Comment: </h3>
  16. <p>{{ $comment }}</p>
  17. <hr style="border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);">
  18. <p>This is an automatic email message. Please do not reply, as the inbox is not monitored.</p>
  19. <p>Regards,</p>
  20. <p style="color: #E70033;"><strong>OLAS UPRRP Administration<strong></p><br/>
  21. </div>
  22. </body>
  23. </html>