title = Yii::t('app', 'Персонал'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>
$this->title, ] ) ?> render('_search', ['model' => $searchModel]); ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], 'lang.title', [ 'attribute' => 'image_id', 'value' => function (Persone $model) { if (!empty($model->image)) { return Html::img( $model->image->getUrl(), [ 'width' => '500px', ] ); } else { return ''; } }, 'format' => 'html', ], [ 'class' => 'yii\grid\ActionColumn' ], ], ] ); ?>