This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user