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

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