| Current Path : /var/www/html/mtdc/backend/views/user/ |
| Current File : /var/www/html/mtdc/backend/views/user/changePassword.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\User */
$this->title = yii::t('app','Tukar Kata Laluan');
//$this->params['breadcrumbs'][] = ['label' => yii::t('app','User'), 'url' => ['index']];
//$this->params['breadcrumbs'][] = ['label' => yii::t('app','Change Password'), 'url' => ['view', 'id' => $model->id]];
$this->params['breadcrumbs'][] = 'Kemaskini';
?>
<div class="user-update">
<?=
$this->render('_form_changePassword', [
'model' => $model,
// 'user_info_model'=> $user_info_model,
])
?>
</div>