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

8 lines
162 B
PHP
Raw Normal View History

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