init
All checks were successful
Deploy to Production / deploy (push) Successful in 14s

This commit is contained in:
珂珂 2024-11-15 17:29:44 +08:00
parent bc3a04328b
commit 505459af86

View File

@ -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>