surat/frontend/modules/register/views/case/autopsy.php

12 lines
160 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
$this->title = 'ลงทะเบียน AUTOPSY';
?>
<?= $this->render('_form_autopsy', [
'model' => $model,
//'finance' => $finance
])
?>