title = 'Профили'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], //'id', [ 'label' => 'photo', 'format' => 'raw', 'value' => function($model){ return Html::img(Url::to($model->photo),[ 'style' => 'width:100px;' ]); }, ], 'fio', 'passport', 'email:email', //'gender', //'dob', //'status', //'created_at', //'updated_at', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>