Files
dph-tycg-event/resources/views/event-notify-mail.blade.php
2025-06-24 11:28:51 +08:00

17 lines
557 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>桃園市政府衛生局-定期追蹤不落拍-健康管理醫起來-網站通知</title>
</head>
<body>
<h1>{{ $data['title'] }}</h1>
<hr>
<pre>
{!! $data['body'] !!}
</pre>
<p>&nbsp;</p>
<p>活動網站網址:<a href="https://health.goodcake.tw/" target="_blank">https://health.goodcake.tw/</a></p>
<p>客服電話:(02) 2297-0109 / 客服信箱info@shibasays.com</p>
<p>- Ⓒ2025 桃園市政府衛生局-定期追蹤不落拍-健康管理醫起來-活動網站 -</p>
</body>
</html>