[WIP] Setup of skeleton
This commit is contained in:
13
resources/views/emails/welcome.blade.php
Normal file
13
resources/views/emails/welcome.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Bienvenue chez OpenSEM</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h2>Bienvenue chez OpenSEM {{ $user['first_name'] }} {{ $user['last_name'] }}</h2>
|
||||
<p><br />Votre identifiant est : {{ $user['email'] }}</p>
|
||||
<p>Votre token est {{ $user['token'] }}</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user