surat/frontend/modules/register/views/case-update/external.php

10 lines
239 B
PHP
Raw Normal View History

2025-04-01 09:27:47 +00:00
<?php
$this->title = 'Edit Case : ' . $model->id_case . '';
?>
<?= $this->render('../case/_form_external', [
'model' => $model,
2025-04-21 08:29:29 +00:00
'tmp_immono_staining' => $tmp_immono_staining,
'tmp_histo_staining' => $tmp_histo_staining,
2025-04-01 09:27:47 +00:00
]) ?>