title = Yii::t('backend/account-state', 'Account States');
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
render('_search', ['model' => $searchModel,'accounts' => $accounts,'users' => $users,]); ?>
$dataProvider,
'columns' => [
'typeName',
'money',
'created_at:datetime',
['class' => 'yii\grid\ActionColumn',
'template' => '{view}'
],
],
]); */?>
$dataProvider,
'itemView' => '_item_view'
])?>