|
- <?php
-
-
-
- use yii\helpers\Html;
-
- $this->setTitle($title) ;
- $this->addBreadcrumb(['label' => $typeDocument.'s', 'url' => ['index']]) ;
- $this->addBreadcrumb('Ajouter') ;
-
- ?>
-
- <div class="document-create">
- <?= $this->render('_form', [
- 'action' => 'create',
- 'model' => $model,
- 'typeDocument' => $typeDocument,
- ]) ?>
- </div>
|