cafeg/resources/views/emails/custom.blade.php
2025-01-20 16:42:05 +08:00

12 lines
167 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>{{ $subject }}</title>
</head>
<body>
<h1>{{ $subject }}</h1>
<p>{!! nl2br(e($emailMessage)) !!}</p>
</body>
</html>