9 lines
166 B
PHP
9 lines
166 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$this->title = 'Edit Case : ' . $model->id_case . '';
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?= $this->render('../case/_form_external', [
|
||
|
|
'model' => $model,
|
||
|
|
'patient' => $patient,
|
||
|
|
]) ?>
|