Your IP : 216.73.216.79


Current Path : /var/www/html/learn/backend/modules/learning/views/learning-chapter/
Upload File :
Current File : /var/www/html/learn/backend/modules/learning/views/learning-chapter/updateimage.php

<?php

use yii\helpers\Html;

$this->title = Yii::t('app', 'Update Chapter (Images)');
$this->params['breadcrumbs'][] = 'Manage Interactive Learning';
$this->params['breadcrumbs'][] = 'Manage Chapter';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="learning-chapter-update">
    <?= $this->render('_formimage', [
        'model' => $model,
    ]) ?>
</div>