| Current Path : /var/www/html/drsa/backend/modules/contentArticle/views/content-article/ |
| Current File : /var/www/html/drsa/backend/modules/contentArticle/views/content-article/update.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\contentArticle\models\ContentArticle */
$this->title = Yii::t('app', 'Update Article');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Article'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="content-article-update">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>