surat/frontend/modules/register/views/case-view/flow.php

8 lines
152 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
$this->title = $model->id_case;
?>
<h1><?=$this->title?></h1>
<?=$this->render('../../../flow/views/test/_patient', [
'model' => $model,
])?>