= $this->title; ?>
= $form->field($model, $model::DELIVERY_CHARGE_TYPE)->dropDownList([1 => 'Kilometer', 2 => 'Mile'], ['prompt' => 'Select Type', 'class' => 'select2 form-control']); ?>
= $form->field($model, $model::DELIVERY_CHARGE_RADIUS)->textInput(); ?>
= $form->field($model, $model::DELIVERY_CHARGE_BASE_KM)->textInput(); ?>
= $form->field($model, $model::DELIVERY_CHARGE_BASE_CHARGE)->textInput(); ?>
= $form->field($model, $model::DELIVERY_CHARGE_ADD_KM)->textInput(); ?>
= $form->field($model, $model::DELIVERY_CHARGE_ADD_CHARGE)->textInput(); ?>
= Html::submitButton(yii::t('backend','Save'), ['class' => 'btn btn-success']) ?>