14 lines
301 B
PHP
14 lines
301 B
PHP
|
|
<?php
|
||
|
|
use yii\helpers\Html;
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนงานวิเคราะห์เซลล์ (PAP)';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
|
||
|
|
<?=$this->render('../case/_form_pap', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance,
|
||
|
|
//'operate' => $operate,
|
||
|
|
])?>
|