title = Yii::t('frontend/account-state', 'Close Account State'); $this->params['breadcrumbs'][] = ['label' => Yii::t('frontend/account-state', 'Account States'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; AccountStateAsset::register($this); $options = []; $this->registerJs ( 'new AccountState( '. json_encode($options).');' ); ?>

title) ?>

render('_form_close', [ 'model' => $model, 'accounts' => $accounts, 'account' => $account, 'lastCassaState' => $lastCassaState, ]) ?>