Initial commit
This commit is contained in:
9
resources/views/emails/newuser.blade.php
Normal file
9
resources/views/emails/newuser.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome Email</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, {{ $details['name'] }}!</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user