title = 'Margins'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить Margins', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'name', 'koef', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>