123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en-US">
- <head>
- <meta charset="utf-8">
- </head>
- <body style="width: 960px;">
- <div>{{HTML::image('/images/olas-email-header.png', 'OLAS Header Image', array('class'=>'logo img-responsive'))}}</div>
- <div>
- <h2 style="color: #E70033;">Copy of your feedback for OLAS (no-reply)</h2>
-
- <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);">
- <h3>Type: </h3>
- <p>{{ $type }}</p>
-
- <h3>Email: </h3>
- <p>{{ $email }}</p>
-
- <h3>Comment: </h3>
- <p>{{ $comment }}</p>
- <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);">
-
- <p>This is an automatic email message. Please do not reply, as the inbox is not monitored.</p>
-
- <p>Regards,</p>
- <p style="color: #E70033;"><strong>OLAS UPRRP Administration<strong></p><br/>
-
-
- </div>
- </body>
- </html>
|