| Current Path : /var/www/html/learn/backend/modules/learning/views/learning-chapter/ |
| Current File : /var/www/html/learn/backend/modules/learning/views/learning-chapter/updatepowerpoint.php |
<?php
use yii\helpers\Html;
$this->title = Yii::t('app', 'Update Chapter (Powerpoint)');
$this->params['breadcrumbs'][] = 'Manage Interactive Learning';
$this->params['breadcrumbs'][] = 'Manage Chapter';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="learning-chapter-update">
<?= $this->render('_formpowerpoint', [
'model' => $model,
]) ?>
</div>