title = Yii::t('core', 'Slides'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

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

$slider->id, ], [ 'class' => 'btn btn-success' ] ) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], 'id', [ 'attribute' => 'image_id', 'value' => function (\artbox\core\models\Slide $model) { if (empty($model->lang->image)) { return ''; } else { return Html::img( $model->lang->image->getUrl(), [ 'width' => '400px', ] ); } }, 'format' => 'html', ], 'status:boolean', 'sort', [ 'class' => 'yii\grid\ActionColumn' ], ], ] ); ?>