Your IP : 216.73.216.79


Current Path : /var/www/html/sprm/backend/views/program/program-division-application/
Upload File :
Current File : /var/www/html/sprm/backend/views/program/program-division-application/updatenotes.php

<?php

use yii\helpers\Html;

/* @var $this yii\web\View */
/* @var $model backend\models\program\ProgramDivisionApplication */

$this->title = Yii::t('app', 'Kemaskini Permohonan Program Bahagian');
$this->params['breadcrumbs'][] = 'Permohonan Program / Ceramah / Taklimat';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="program-division-application-update">
    <?= $this->render('_formnotes', [
        'model' => $model,
    ]) ?>
</div>