= $form->field($model, 'route')->textInput() ?>
= $form->field($model, 'method')->dropDownList(['GET'=>'GET', 'POST'=>'POST']) ?>
= $form->field($model, 'description')->textInput() ?>
= $form->field($model, 'sort')->textInput() ?>
= $form->field($model, 'group', ['template'=>'{label}
{hint}'])->textInput()?>
= $form->field($model, 'category', ['template'=>'{label}
{hint}'])->textInput()?>
= $form->defaultButtons() ?>