new updates
This commit is contained in:
13
resources/views/emails/contact-form-submission.blade.php
Normal file
13
resources/views/emails/contact-form-submission.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body style="margin: 0; padding: 24px; background: #f4f4f4; color: #121212; font-family: Arial, sans-serif;">
|
||||
<div style="max-width: 640px; margin: 0 auto; background: #ffffff; border: 1px solid #e5e5e5; padding: 32px;">
|
||||
<h1 style="margin: 0 0 24px; font-size: 24px; line-height: 1.2;">New website contact form submission</h1>
|
||||
|
||||
<p style="margin: 0 0 16px;"><strong>Name:</strong><br>{{ $contactDetails['name'] }}</p>
|
||||
<p style="margin: 0 0 16px;"><strong>Email:</strong><br>{{ $contactDetails['email'] }}</p>
|
||||
<p style="margin: 0;"><strong>Message:</strong></p>
|
||||
<div style="margin-top: 8px; white-space: pre-line; line-height: 1.6;">{{ $contactDetails['message'] }}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user