12 lines
221 B
PHP
12 lines
221 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
$this->title = 'Edit Case : ' . $case_non_gyn->id_case . '';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
|
||
|
|
|
||
|
|
<?= $this->render('../molecular-non-gyn/_form_non_gyn', [
|
||
|
|
'case_non_gyn' => $case_non_gyn
|
||
|
|
]) ?>
|