@ -13,8 +13,8 @@
</th>
<th>病区</th>
<th>总收入</th>
@foreach ($lie as $row)
@foreach ($lie as $v)
<th>{{$row}}</th>
<th>{{$v}}</th>
@endforeach
</tr>
</thead>
@ -35,11 +35,6 @@
{{-- </td>--}}
{{-- <td>--}}
{{-- @foreach ($row->content as $item)--}}
{{-- {{ $item['ask'] }}:{{ $item['score'] }}<br/>--}}
{{-- @endforeach--}}