You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yxbd-fangke/resources/views/mail/visit-reservation-submitted...

11 lines
318 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
</head>
<body style="font-family: sans-serif; line-height: 1.6; color: #333;">
<p>{{ $hostName }} 您好,</p>
<p>访客 <strong>{{ $visitorName }}</strong> 已提交预约,到访日期:<strong>{{ $visitDate }}</strong></p>
</body>
</html>