Create.php 266 B

12345678910
  1. <?php
  2. $this->title = 'Добавить новый опрос';
  3. $this->params['breadcrumbs'][] = ['label' => 'Опросы', 'url' => ['index']];
  4. $this->params['breadcrumbs'][] = $this->title;
  5. ?>
  6. <?= $this->render('form', [
  7. 'model' => $model,
  8. ]) ?>