first changes
This commit is contained in:
13
resources/views/emails/firstmail.blade.php
Normal file
13
resources/views/emails/firstmail.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Welcome</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello, {{ $name }}</h1>
|
||||
<p>Welcome to our platform. We're glad to have you!</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user