TaskA/resources/views/emails/firstmail.blade.php
2024-06-16 13:56:32 +05:45

14 lines
183 B
PHP

<!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>