title = 'Create Cross Section';
$this->params[ 'breadcrumbs' ][] = [
'label' => 'Cross Sections',
'url' => [ 'index' ],
];
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
= Html::encode($this->title) ?>
= $this->render('_form', [
'model' => $model,
'regions' => $regions,
'roads' => $roads,
'surface_types' => $surface_types,
'state_commons' => $state_commons,
]) ?>