MIF_E31231070/resources/views/emails/notifikasi.blade.php

21 lines
292 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{ $judul }}</title>
</head>
<body style="font-family: Arial, sans-serif;">
<h2>{{ $judul }}</h2>
<p>{{ $pesan }}</p>
<hr>
<p>
Terima kasih,<br>
Tim Carani Estate
</p>
</body>
</html>