title = 'Update Cross Section: ' . $model->cross_section_id; $this->params['breadcrumbs'][] = ['label' => 'Cross Sections', 'url' => ['index']]; $this->params['breadcrumbs'][] = ['label' => $model->cross_section_id, 'url' => ['view', 'id' => $model->cross_section_id]]; $this->params['breadcrumbs'][] = 'Update'; ?>

title) ?>

render('_form', [ 'model' => $model, 'regions' => $regions, 'roads' => $roads, 'surface_types' => $surface_types, 'state_commons' => $state_commons, ]) ?>