Your IP : 216.73.216.79


Current Path : /var/www/html/mnrb/backend/modules/support/views/support-tutorial/
Upload File :
Current File : /var/www/html/mnrb/backend/modules/support/views/support-tutorial/update.php

<?php

use yii\helpers\Html;

$this->title = Yii::t('app', 'Update Tutorial');
$this->params['breadcrumbs'][] = 'Tutorial';
$this->params['breadcrumbs'][] = $this->title;
?>
<?=

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