This commit is contained in:
parent
bc3a04328b
commit
505459af86
@ -1,10 +1,10 @@
|
|||||||
<table border="1" width="100%">
|
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#000000">
|
||||||
<tr>
|
<tr bgcolor="#ffffff">
|
||||||
<th width="40%">姓名</th>
|
<th width="40%">姓名</th>
|
||||||
<th>电话</th>
|
<th>电话</th>
|
||||||
</tr>
|
</tr>
|
||||||
@foreach($items as $item)
|
@foreach($items as $item)
|
||||||
<tr>
|
<tr bgcolor="#ffffff">
|
||||||
<td>{{ $item->name }}</td>
|
<td>{{ $item->name }}</td>
|
||||||
<td>{{ $item->mobile }}</td>
|
<td>{{ $item->mobile }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user