Files
SAE-BUT2-backend/resources/views/mails/test.blade.php
T
2026-03-08 22:11:46 +01:00

13 lines
300 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Email</title>
</head>
<body>
<h1>Hello {{ $name }}</h1>
<p>This is a test email sent from your application using MailHog!</p>
</body>
</html>