Basic feedback mail
This commit is contained in:
17
resources/views/mails/feedback.blade.php
Normal file
17
resources/views/mails/feedback.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Feedback Mail From IKEA Price Crawler</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>User Detail:</h3>
|
||||
|
||||
<h4>Name: {{ $data['name'] }}</h4>
|
||||
<h4>Email: {{ $data['email'] }}</h4>
|
||||
|
||||
<p>{{ $data['message'] }}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user