12 lines
167 B
PHP
12 lines
167 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ $subject }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ $subject }}</h1>
|
|
<p>{!! nl2br(e($emailMessage)) !!}</p>
|
|
|
|
</body>
|
|
</html>
|