title = 'Create Road Surface';
$this->params[ 'breadcrumbs' ][] = [
'label' => 'Road Surfaces',
'url' => [ 'index' ],
];
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
= Html::encode($this->title) ?>
= $this->render('_form', [
'model' => $model,
'roads' => $roads,
'regions' => $regions,
'road_directions' => $road_directions,
'surface_types' => $surface_types,
'surface_treatments' => $surface_treatments,
'state_commons' => $state_commons,
]) ?>