surat/frontend/modules/hospital/views/register/external-update.php

10 lines
245 B
PHP
Raw Normal View History

2025-04-25 03:58:32 +00:00
<?php
$this->title = 'ลงทะเบียนงาน External (N)';
?>
<?= $this->render('_form_external', [
'model' => $model,
'tmp_immono_staining' => $tmp_immono_staining,
'tmp_histo_staining' => $tmp_histo_staining,
]) ?>