title = Yii::t('frontend/customer', 'Customers'); $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id_customer', 'id_customer_card', 'id_user', 'id_partner_card', 'id_proposer', // 'name', // 'email:email', // 'password', // 'phone', // 'sex', // 'date_stundent_card_expire', // 'birthdate', // 'image', // 'description', // 'tax_number', // 'country', // 'zip', // 'city', // 'address', // 'created_at', // 'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>