Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb.blunetdev.com/backend/modules/support/views/support-tutorial/
Upload File :
Current File : /var/www/html/dynaweb.blunetdev.com/backend/modules/support/views/support-tutorial/create.php

<?php

use yii\helpers\Html;


/* @var $this yii\web\View */
/* @var $model backend\models\support\SupportTutorial */

$this->title = Yii::t("app", "Create Tutorial");
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="support-tutorial-create">

    <?= $this->render('_form', [
        'model' => $model,
    ]) ?>

</div>