12 lines
160 B
PHP
12 lines
160 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียน AUTOPSY';
|
||
|
|
|
||
|
|
?>
|
||
|
|
<?= $this->render('_form_autopsy', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance
|
||
|
|
|
||
|
|
])
|
||
|
|
?>
|