@extends("admin.layouts.layout") @section("content")
@foreach ($data as $row) @endforeach
订单编号 所属项目/医院 所在楼栋 所在病区 客户姓名 联系电话 被护理人 开始服务日期 评分 评价 操作
{{ $row->serial }} {{ $row->project->name }} {{ $row->bed->building->name }} {{ $row->bed->area->name }} {{ $row->customer->name ?: $row->patient->name }} {{ $row->customer->mobile }} {{ $row->patient->name }} {{ $row->from_date }} {{ $row->score }} {{ $row->comment }}
@include("public._pages")
@endsection