Files
freeu-project/resources/views/emails/welcome.blade.php

14 lines
207 B
PHP
Raw Normal View History

2024-03-28 14:52:40 +05:30
<!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>