demo-pathology/frontend/modules/register/views/case-view/em.php

8 lines
150 B
PHP
Raw Normal View History

2025-12-26 03:03:19 +00:00
<?php
$this->title = $model->id_case;
?>
<h1><?=$this->title?></h1>
<?=$this->render('../../../em/views/task/_patient', [
'model' => $model,
])?>