title = $model->id_case; $this->params['breadcrumbs'][] = ['label' => 'Case Paps', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>
title) ?>
แก้ไขสถานะ', ['update', 'id' => $model->id], ['class' => 'btn btn-warning']) ?> กลับหน้าหลัก', ['index', 'id' => $model->id], ['class' => 'btn btn-info']) ?>
$model, 'attributes' => [ 'id_case', [ 'attribute' => 'status', 'format' => 'raw', 'value' => function ($model) { return Yii::$app->pathology->getStatus($model->status_id); } ], ], ]) ?>