@extends("admin.layouts.layout") @section("content")
重置
@foreach ($data as $row) @endforeach
ID 订单编号 护工姓名 客户姓名 护工签名 客户签名 公司签名 协议文件 创建时间 操作
{{ $row->id }} @if($row->order) {{ $row->order->serial }} @else - @endif @if($row->paramedic) {{ $row->paramedic->name }} @else - @endif @if($row->customer) {{ $row->customer->name }} @else - @endif @if($row->paramedicSign) 查看 @else - @endif @if($row->customerSign) 查看 @else - @endif @if($row->companySign) 查看 @else - @endif @if($row->file) 查看 @else - @endif {{ $row->created_at->format('Y-m-d H:i:s') }} @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete")
@include("public._pages")
@include("public._delete") @endsection @push("footer") @endpush