first commit
This commit is contained in:
16
resources/views/event-notify-mail.blade.php
Normal file
16
resources/views/event-notify-mail.blade.php
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>桃園市政府衛生局-定期追蹤不落拍-健康管理醫起來-網站通知</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ $data['title'] }}</h1>
|
||||
<hr>
|
||||
<pre>
|
||||
{{ $data['body'] }}
|
||||
</pre>
|
||||
<p> </p>
|
||||
<p>活動網站網址:<a href="https://health.goodcake.tw/" target="_blank">https://health.goodcake.tw/</a></p>
|
||||
<p>- Ⓒ2025 桃園市政府衛生局-定期追蹤不落拍-健康管理醫起來-活動網站 -</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user