ManagementSystem/BACKEND/resources/views/email/newsletter.blade.php

11 lines
159 B
PHP
Executable File

<!DOCTYPE html>
<html>
<head>
<title>GTC</title>
</head>
<body>
<h1>Register newsletter : </h1>
<p>Hello {{ $data['email'] }}!</p>
</body>
</html>