@extends("admin.layouts.layout") @section("content")
@foreach ($data as $row) @endforeach
ID 所属项目/医院 相关订单 类型 事件描述 解决状态 解决日期 操作
{{ $row->id }} {{ $row->project ? $row->project->name : '-' }} @if($row->order) 订单号:{{ $row->order->serial }}
下单人:{{ $row->order->contact }}
电话:{{ $row->order->mobile }} @else - @endif
{{ $row->type_text ?? '-' }} {{ $row->description }} {{ $row->status_text ?? '-' }} {{ $row->solved_at ? date("Y-m-d", strtotime($row->solved_at)) : '-' }} @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete")
@include("public._pages")
@include("public._delete") @endsection @push("footer") @endpush