team_directory/resources/views/Mail/user-mail.blade.php

16 lines
422 B
PHP
Raw Normal View History

2023-05-25 15:04:43 -04:00
<!DOCTYPE html>
<html>
<head>
<title>MYDNS Automated Response</title>
</head>
<body>
<p> Good day {{ $mailData['pin']->owner }},</p><br>
<p>This email serves to notify you that you have been assigned a new PBX pin:</p><br>
<i><b><h3>Pin: {{ $mailData['pin']->pin}}</h3></b></i><br>
<p>Best Wishes,</p>
<p>MYDNS Teams Directory Services</p>
</body>
</html>