12 lines
226 B
PHP
12 lines
226 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
$this->title = 'Edit Case : ' . $case_surgical->id_case . '';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
|
||
|
|
|
||
|
|
<?= $this->render('../molecular-surgical/_form_surgical', [
|
||
|
|
'case_surgical' => $case_surgical
|
||
|
|
]) ?>
|