You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
333 B

2 years ago
@extends("admin.layouts.layout")
2 years ago
陪护工作满意度调查表
2 years ago
@section("content")
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
2 years ago
@include("public._form")
2 years ago
</div>
</div>
</div>
</div>
@endsection