Files
ladill-meet/resources/views/email/contact-message.blade.php
T
isaaccladandCursor a01c1f9a2b
Deploy Ladill Meet / deploy (push) Successful in 43s
Add PNG Ladill Meet logo to transactional email templates.
Show ladillmeet-logo-email.png in contact mail and publish a markdown mail header matching the Invoice pattern.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-03 17:30:21 +00:00

22 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body style="margin:0;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:#0f172a;">
<div style="max-width:600px;margin:0 auto;padding:48px 16px;">
<div style="text-align:center;padding:0 0 24px;">
<img src="{{ asset('images/logo/ladillmeet-logo-email.png') }}" alt="Ladill Meet" style="height:38px;max-height:38px;width:auto;">
</div>
<div style="background:#ffffff;border-radius:16px;padding:40px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);">
<div style="white-space:pre-wrap;font-size:16px;line-height:1.7;color:#475569;">{{ $bodyText }}</div>
@if (! empty($fromName))
<p style="margin-top:24px;font-size:14px;color:#64748b;"> {{ $fromName }}</p>
@endif
</div>
<p style="margin-top:20px;text-align:center;font-size:13px;color:#94a3b8;">Sent via Ladill Meet</p>
</div>
</body>
</html>