send mail

This commit is contained in:
CHIEFSOFT\ameye
2024-02-02 11:36:28 -05:00
parent 73f59799e5
commit b8cf55046c
7 changed files with 134 additions and 14 deletions
+22
View File
@@ -0,0 +1,22 @@
<table class="table">
<thead>
<tr>
<th scope="col" style="width:150px; text-allign:left;">#</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Name</th>
<td>{{ $name }}</td>
</tr>
<tr>
<th scope="row">Email</th>
<td>{{ $sender_email }}</td>
</tr>
<tr>
<th scope="row">Message</th>
<td>{{ $senders_message }}</td>
</tr>
</tbody>
</table>