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