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.

18 lines
366 B

2 years ago
@extends("admin.layouts.layout")
2 years ago
@php
2 years ago
$pageTitle = "陪护工作满意度调查表";
2 years ago
@endphp
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