13 lines
260 B
PHP
13 lines
260 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
$this->title = 'Upload : ' . $case_surgical->id_case . '';
|
||
|
|
$this->params['breadcrumbs'][] = $this->title;
|
||
|
|
?>
|
||
|
|
|
||
|
|
|
||
|
|
<?= $this->render('../consult-outlab-surgical/_form_surgical', [
|
||
|
|
'case_surgical' => $case_surgical,
|
||
|
|
'diagnosis' => $diagnosis,
|
||
|
|
]) ?>
|