9 lines
206 B
PHP
9 lines
206 B
PHP
|
|
<?php
|
||
|
|
/* @var $this \yii\web\View */
|
||
|
|
$this->title = 'ลงทะเบียน (HPV)';
|
||
|
|
?>
|
||
|
|
<?= $this->render('_form_hpv', [
|
||
|
|
'model' => $model,
|
||
|
|
'patient' => $patient,
|
||
|
|
'finance' => $finance
|
||
|
|
]) ?>
|