init
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
珂珂 2024-11-15 17:29:44 +08:00
parent bc3a04328b
commit 505459af86

View File

@ -1,10 +1,10 @@
<table border="1" width="100%">
<tr>
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
<tr bgcolor="#ffffff">
<th width="40%">姓名</th>
<th>电话</th>
</tr>
@foreach($items as $item)
<tr>
<tr bgcolor="#ffffff">
<td>{{ $item->name }}</td>
<td>{{ $item->mobile }}</td>
</tr>