@extends("admin.layouts.layout") @section("content")
@lang("icons.action_create") @lang('actions.create'){{$modelName}}
@foreach ($data as $row) @endforeach
{{$modelName}} 地址 项目结算比例 操作
{{ $row->name }} {{ $row->address }} {{ $row->percent_first_party }} 床位管理 护士长满意度调查 @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete")
@include("public._pages")
@include("public._delete") @endsection @push("footer") @endpush