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