| Current Path : /var/www/html/learn/backend/modules/learning/views/learning-enroll/ |
| Current File : /var/www/html/learn/backend/modules/learning/views/learning-enroll/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\learning\models\LearningEnroll */
$this->title = Yii::t('app', 'Create Learning Enroll');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Learning Enrolls'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="learning-enroll-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>