8 lines
150 B
PHP
8 lines
150 B
PHP
|
|
<?php
|
||
|
|
$this->title = $model->id_case;
|
||
|
|
?>
|
||
|
|
<h1><?=$this->title?></h1>
|
||
|
|
|
||
|
|
<?=$this->render('../../../em/views/task/_patient', [
|
||
|
|
'model' => $model,
|
||
|
|
])?>
|