title = Yii::t('core', 'Codes');
    
    $this->params[ 'breadcrumbs' ][] = $this->title;
?>
 $this->title,
        'toolbar' => false,
    ]
); ?>
    
    field($model, 'ga_code')
                  ->textInput();
        
        echo $form->field($model, 'ya_code')
                  ->textInput();
        
        echo $form->field($model, 'tag_manager')
                  ->textInput();
        
        echo Html::submitButton(
            \Yii::t('core', 'Save'),
            [
                'class' => 'btn btn-primary',
            ]
        );
        ActiveForm::end();
    ?>