@extends("admin.layouts.layout") @section("content")
| {{$modelName}} | 地址 | 项目结算比例 | 微信支付账号 | 操作 |
|---|---|---|---|---|
| {{ $row->name }} | {{ $row->address }} | {{ $row->percent_first_party }} | {{ $row->wechatpayAccount ? $row->wechatpayAccount->mchid : ""}} | 床位管理 护士长满意度调查 @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete") |