| Current Path : /var/www/html/planmalaysia/backend/views/role-user/ |
| Current File : /var/www/html/planmalaysia/backend/views/role-user/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\Ref */
$this->title = Yii::t('app','Tambah Peranan Pengguna');
$this->params['breadcrumbs'][] = ['label' => 'Peranan Pengguna', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="ref-create">
<!--<h1><?= Html::encode($this->title) ?></h1>-->
<?= $this->render('_form', [
'model' => $model,
'id' => $id,
]) ?>
</div>