You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
791 B

<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td>Dear, Admin</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>Name : {{ $data['name'] }}</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>Email : {{ $data['email'] }}</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>
{{ $data['message'] }}
</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>Thanks and regards,</td>
</tr>
<tr>
<td>{{ $data['name'] }}</td>
</tr>
</table>
</body>
</html>