title = Yii::t('backend/collection', 'Collections'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id_collection', 'id_user', 'created_by', 'id_account', 'money', // 'start', // 'end', // 'type', // 'created_at', // 'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>