surat/frontend/modules/register/views/outlab-frozen/frozen.php

14 lines
349 B
PHP
Raw Normal View History

2025-03-25 18:30:14 +00:00
<?php
2025-03-25 18:57:00 +00:00
$this->title = 'Upload Report Frozen Outlab: ' . $case_frozen->id_case . '';
$this->params['breadcrumbs'][] = ['label' => 'All Frozen Outlab', 'url' => ['index']];
2025-03-25 18:30:14 +00:00
$this->params['breadcrumbs'][] = $this->title;
?>
2025-03-25 18:57:00 +00:00
<?= $this->render('../outlab-frozen/_form_frozen', [
'case_frozen' => $case_frozen,
2025-03-25 18:30:14 +00:00
'diagnosis' => $diagnosis,
]) ?>