9 lines
236 B
PHP
9 lines
236 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$this->title = 'ลงทะเบียนศัลยพยาธิ (Surgical)';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
<?= $this->render('_form_surgical', [
|
||
|
|
'model' => $model,
|
||
|
|
//'finance' => $finance,
|
||
|
|
]) ?>
|