10 lines
179 B
PHP
10 lines
179 B
PHP
|
|
<?php
|
||
|
|
use kartik\icons\Icon;
|
||
|
|
|
||
|
|
$this->title = 'Edit Case : '.$model->id_case.'';
|
||
|
|
?>
|
||
|
|
|
||
|
|
<?=$this->render('../case/_form_staining', [
|
||
|
|
'model' => $model,
|
||
|
|
'patient' => $patient,
|
||
|
|
]) ?>
|