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