gdoo/resources/views/emails/notification.blade.php

12 lines
157 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h2>{{$subject}}</h2>
<div>
{{$content}}
</div>
</body>
</html>