Files
airtime-reseller/resources/views/emails/newuser.blade.php
Kwesi Banson Jnr 2cfcfade4e Initial commit
2026-08-04 14:50:01 +00:00

10 lines
138 B
PHP

<!DOCTYPE html>
<html>
<head>
<title>Welcome Email</title>
</head>
<body>
<h1>Hello, {{ $details['name'] }}!</h1>
</body>
</html>