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

9 lines
166 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,
'patient' => $patient,
]) ?>