title = 'Customers'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'username', 'password', 'name', 'surname', // 'phone', // 'date_time', // 'sex', // 'birth_day', // 'birth_month', // 'birth_year', // 'body:ntext', // 'group_id', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>