@extends("admin.layouts.layout") @section("content")
| 医院 | 楼栋 | 病区 | 总收入 | @foreach ($lie as $v){{$v}} | @endforeach
|---|---|---|---|---|
| {{ $row->project->name }} | {{ $row->building->name }} | {{ $row->name }} | {{ $row->order_total }} | @foreach ($row->lies as $r){{$r['total']}} | @endforeach