Files
freeu-project/resources/views/Admin/email/sent-buyer-mail.blade.php
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

54 lines
1.7 KiB
PHP

<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="x-apple-disable-message-reformatting">
<title>jerichoalternatives reply</title>
</head>
<body style="margin:0; padding:0; background:#eeeeee;">
<div
style="display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif;">
Invisable preheader text the text you put here helps towards an opened email.
</div>
<center>
<div
style="width:100%; max-width:600px; background:#ffffff; padding:30px 20px; text-align:left; font-family: 'Arial', sans-serif;">
<h1 style="font-size:16px; line-height:22px; font-weight:normal; color:#333333;">
{{$data['subject']}}
{{-- <h1>hello</h1> --}}
</h1>
<p style="font-size:16px; line-height:24px; color:#666666; margin-bottom:30px;">
{{$data['message']}}
{{-- <h1>hello</h1> --}}
</p>
<hr style="border:none; height:1px; color:#dddddd; background:#dddddd; width:100%; margin-bottom:20px;">
<p style="font-size:12px; line-height:18px; color:#999999; margin-bottom:10px;">
&copy; Copyright 2023
<a href="#"
style="font-size:12px; line-height:18px; color:#666666; font-weight:bold;">
jerichoalternatives</a>, All Rights Reserved.
</p>
</div>
</center>
</body>
</html>