|
- <?php
-
-
-
- use yii\helpers\Html;
-
- $this->setTitle('Modifier un abonnement') ;
- $this->addBreadcrumb(['label' => 'Abonnements', 'url' => ['index']]) ;
- $this->addBreadcrumb('Modifier') ;
- ?>
-
- <div class="subscription-update">
- <?= $this->render('_form', [
- 'model' => $model,
- 'productsArray' => $productsArray
- ]) ?>
- </div>
|