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