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