@extends("admin.layouts.layout") @section("content")
重置
@foreach ($data as $row) @endforeach
ID 订单ID 护工ID 客户ID 护工签名 客户签名 公司签名 文件 创建时间 操作
{{ $row->id }} @if($row->order) {{ $row->order_id }} @else {{ $row->order_id ?: '-' }} @endif {{ $row->paramedic_id ?: '-' }} {{ $row->customer_id ?: '-' }} @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