@extends("admin.layouts.layout") @push("header") @endpush @section("content")
统计时点:{{ $before_datetime_text }}
| 序号 | 项目名称 | 时点 | 订单号 | 客户手机号 | 联系人 | 联系电话 | 被陪护人 | 服务开始 | 服务结束 | 时点余额 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->project_name }} | {{ $item->point_time }} | {{ $item->serial }} | {{ $item->customer_mobile }} | {{ $item->contact }} | {{ $item->contact_mobile }} | {{ $item->patient_name ?: "无" }} | {{ $item->from_date }} | {{ $item->to_date }} | {{ $item->balance }} |
统计时点:{{ $before_datetime_text }}
| 序号 | 客户手机号 | 客户家属 | 截止日期 | 未结算余额 |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->mobile }} | {{ $item->patients->count() ? $item->patients->last()->name : "无" }} | {{ $before_date }} | {{ $item->balance }} |