This commit is contained in:
parent
4b1d12785b
commit
bc3a04328b
@ -3,7 +3,7 @@
|
|||||||
<th width="40%">姓名</th>
|
<th width="40%">姓名</th>
|
||||||
<th>电话</th>
|
<th>电话</th>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($data as $item)
|
@foreach($items as $item)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $item->name }}</td>
|
<td>{{ $item->name }}</td>
|
||||||
<td>{{ $item->mobile }}</td>
|
<td>{{ $item->mobile }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user