demo-pathology/frontend/modules/register/views/case/hpv.php

9 lines
210 B
PHP
Raw Normal View History

2025-12-26 03:03:19 +00:00
<?php
/* @var $this \yii\web\View */
$this->title = 'ลงทะเบียน (HPV)';
?>
<?= $this->render('_form_hpv', [
'model' => $model,
2026-01-09 10:35:33 +00:00
//'patient' => $patient,
//'finance' => $finance
2025-12-26 03:03:19 +00:00
]) ?>