@extends("admin.layouts.layout") @section("content")
@foreach ($data as $row) @endforeach
{{$modelName}} 地址 项目结算比例 状态 微信支付账号 支付宝账号 操作
{{ $row->name }} {{ $row->address }} {{ $row->percent_first_party }} @if($row->status == 1) 启用 @else 禁用 @endif {{ $row->wechatpayAccount ? $row->wechatpayAccount->mchid : ""}}
{{ $row->wechatpayAccount ? $row->wechatpayAccount->name : ""}}
{{ $row->alipayAccount ? $row->alipayAccount->appid : ""}}
{{ $row->alipayAccount ? $row->alipayAccount->name : ""}}
床位管理 护士长满意度调查 @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete")
@include("public._pages")
@include("public._delete") @endsection @push("footer") @endpush