@extends("admin.layouts.layout") @section("content")
| ID | 订单编号 | 护工姓名 | 客户手机号 | 护工签名 | 客户签名 | 协议文件 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|---|---|
| {{ $row->id }} | @if($row->order) {{ $row->order->serial }} @else - @endif | @if($row->paramedic) {{ $row->paramedic->name }} @else - @endif | @if($row->customer) {{ $row->customer->mobile }} @else - @endif | @if($row->paramedicSign) 查看 @else - @endif | @if($row->customerSign) 查看 @else - @endif | @if($row->html) 查看 @else - @endif | {{ $row->created_at->format('Y-m-d H:i:s') }} | @lang("icons.action_delete") @lang("actions.delete") |