Files
CHIEFSOFT\ameye b8cf55046c send mail
2024-02-02 11:36:28 -05:00

22 lines
446 B
PHP

<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>