Your IP : 216.73.216.79


Current Path : /var/www/html/drsa/backend/modules/documentAutomation/views/template/
Upload File :
Current File : /var/www/html/drsa/backend/modules/documentAutomation/views/template/update.php

<?php

use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $model backend\modules\documentAutomation\models\Template */

$this->title = 'Update Template';
$this->params['breadcrumbs'][] = ['label' => 'Templates', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="template-update">
    <?= $this->render('_form', [
        'model' => $model,
    ]) ?>
</div>