title = Yii::t('frontend/collection', 'Create Collection - Select Account'); $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/collection', 'Collections'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; $accountOptions = HtmlHelper::mkAccountOptions($model->accounts); ?>

title) ?>

'post', 'action' => ['collection/select-account'], ] ); ?>
field($model, 'id_account')->dropDownList($accountOptions) ?>
'btn btn-primary']) ?>