if (Yii::$app->request->isAjax) {
Yii::$app->assetManager->bundles = [
'yii\bootstrap\BootstrapPluginAsset' => false,
'yii\bootstrap\BootstrapAsset' => false,
'yii\web\JqueryAsset' => false
];
return $this->renderAjax('create', [
'model' => $model,
]);
}