title = 'Наявність та технічний стан з\'їздів'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], [ 'attribute' => 'region_id', 'value' => function($model) { /** * @var CrossSection $model */ return $model->region->name; } ], [ 'attribute' => 'road_id', 'value' => function($model) { /** * @var CrossSection $model */ return $model->road->name; } ], 'location_left', 'location_right', 'direction', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>