13 lines
264 B
PHP
13 lines
264 B
PHP
|
|
<?php
|
||
|
|
use kartik\icons\Icon;
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนวิเคราะห์เซลล์ (Cyto Gyn)';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?=$this->render('_form_pap', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance,
|
||
|
|
])?>
|