<?php $this->title = 'Добавить новый опрос'; $this->params['breadcrumbs'][] = ['label' => 'Опросы', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> <?= $this->render('form', [ 'model' => $model, ]) ?>