客户列表tr中存入数据
This commit is contained in:
parent
1b1fbf3a4c
commit
bb85406c62
|
|
@ -68,7 +68,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach ($customers as $customer)
|
@foreach ($customers as $customer)
|
||||||
<tr>
|
<tr data-item='@json($customer)'>
|
||||||
<td>{{ $customer['id'] }}</td>
|
<td>{{ $customer['id'] }}</td>
|
||||||
<td>{{ $customer['email'] }}</td>
|
<td>{{ $customer['email'] }}</td>
|
||||||
<td>
|
<td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue