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