| Current Path : /var/www/html/drsa/backend/modules/documentAutomation/views/template/ |
| Current File : /var/www/html/drsa/backend/modules/documentAutomation/views/template/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\documentAutomation\models\Template */
$this->title = 'New Template';
$this->params['breadcrumbs'][] = ['label' => 'Templates', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="template-create">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>