love_php/resources/views/email/text.blade.php
2026-04-02 09:20:51 +08:00

11 lines
154 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>绑定预约成员</title>
</head>
<body>
{{$data['text']}}
</body>
</html>