Form->create($subregion) ?>
Form->control('name'); echo $this->Form->control('translations'); echo $this->Form->control('region_id', ['options' => $regions]); echo $this->Form->control('created_at'); echo $this->Form->control('updated_at'); echo $this->Form->control('flag'); echo $this->Form->control('wikiDataId'); ?>
Form->button(__('Submit')) ?> Form->end() ?>