| Current Path : /var/www/html/mnrb/backend/modules/support/views/support-tutorial/ |
| 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,
])
?>