Files
freeu-project/resources/views/emails/welcome.blade.php
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

14 lines
207 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Welcome Email</title>
</head>
<body>
<h2>Welcome to the site {{$user['full_name']}}</h2>
<br/>
Your registered email-id is {{$user['email']}} <br/>
</body>
</html>