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

15 lines
293 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
use yii\helpers\Html;
2025-01-02 03:31:23 +00:00
$this->title = 'Edit Case : ' . $model->id_case . '';
2024-12-25 03:04:59 +00:00
$this->params['breadcrumbs'][] = $this->title;
?>
2025-01-02 03:31:23 +00:00
2024-12-25 03:04:59 +00:00
<?= $this->render('../case/_form_frozen', [
'model' => $model,
2025-01-02 03:31:23 +00:00
'sc_surgical_container' => $sc_surgical_container,
2024-12-25 03:04:59 +00:00
//'finance' => $finance,
2025-01-02 03:31:23 +00:00
]) ?>