TaskA/resources/views/emails/firstmail.blade.php

14 lines
183 B
PHP
Raw Normal View History

2024-06-16 08:11:32 +00:00
<!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>