| Current Path : /var/www/html/sprm/backend/views/corruption/corruption-ipt/ |
| Current File : /var/www/html/sprm/backend/views/corruption/corruption-ipt/update.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\models\corruption\CorruptionIpt */
$this->title = Yii::t('app','Kemaskini IPT AMAR');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app','IPT AMAR'), 'url' => ['index']];
$this->params['breadcrumbs'][] = ['label' => $model->corruption_ipt_id, 'url' => ['view', 'id' => $model->corruption_ipt_id]];
$this->params['breadcrumbs'][] = 'Update';
?>
<div class="corruption-ipt-update">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>