title = Yii::t('app','Create Documents To The User'); $this->params['breadcrumbs'][] = ['label' => 'Documents To The Users', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
render('_form', [ 'model' => $model, ]) ?>