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

This commit is contained in:
珂珂 2024-11-15 17:21:40 +08:00
parent 4b1d12785b
commit bc3a04328b

View File

@ -3,7 +3,7 @@
<th width="40%">姓名</th>
<th>电话</th>
</tr>
@foreach($data as $item)
@foreach($items as $item)
<tr>
<td>{{ $item->name }}</td>
<td>{{ $item->mobile }}</td>